dot/emacs: Order the Magit keybindings by keystroke.
[profile] / dot / shell-rc
index 4538bc3..4ab0355 100644 (file)
@@ -74,8 +74,8 @@ __mdw_set_prompt_pieces () {
 }
 
 __mdw_set_prompt () {
-  case "$TERM" in
-    dumb)
+  case "$TERM:$INSIDE_EMACS" in
+    dumb:)
       case $(id -u) in 0) PS1='# ' ;; *) PS1='$ ' ;; esac
       PS2='> '
       ;;