]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: update alias expansion in window titles
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 17:29:35 +0000 (18:29 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 17:29:35 +0000 (18:29 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index ece0a2d67bacbf5fcbaa254578c8dfc9de4fa2ae..b6c359c8f577c58ec1274013b6c55fc9139a7aa1 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -528,11 +528,17 @@ if [[ $TERM == screen* || $TERM == xterm* || $TERM == rxvt* ]]; then
                 program_name=git
                 ;;
             m)
-                program_name=mutt
+                program_name=make
+                ;;
+            p)
+                program_name=less
                 ;;
             v)
                 program_name=vim
                 ;;
+            mu)
+                program_name=mutt
+                ;;
         esac
 
         # Add an exclamation mark at the beginning if running with sudo or if