]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Display expanded shortcut names in screen.
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Jan 2009 17:01:27 +0000 (18:01 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:42 +0000 (16:34 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 9bedf87f36b8c56ca5a2a198d4ad123299ffebec..2104c4eebd6ea0d77fcbe81e69953cd71cee1806 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -110,6 +110,22 @@ if [[ $TERM == screen ]]; then
         # example and then some milliseconds later back to "zsh".
         [[ $program_name == (cd*|ls|la|ll|clear) ]] && return
 
+        # Change my shortcuts so the real name of the program is displayed.
+        case $program_name in
+            e)
+                program_name=elinks
+                ;;
+            g)
+                program_name=git
+                ;;
+            m)
+                program_name=mutt
+                ;;
+            v|vi)
+                program_name=vim
+                ;;
+        esac
+
         # Set the window name to the currently running program.
         print -n "\ek$program_name\e\\"