]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add more shortcuts for often used applications.
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Jan 2009 16:58:17 +0000 (17:58 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:41 +0000 (16:34 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index d283180ee40fa28812f241aaf1e55a25065e7cae..7a94a3e8d559e54d44488770f435aa7f43ad12fd 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -187,11 +187,15 @@ alias du='du -sh'
 
 # Multiple files given to Vim are opened in tabs.
 alias vim='vim -p'
-# Shortcuts for Vim.
+
+# Shortcuts for often used programs.
+alias e='elinks'
+alias g='git'
+alias m='mutt'
 alias v='vim'
 alias vi='vim'
 
-# Exit binding like in Vim.
+# Exit binding like in Vim; I sometimes confuse editor and shell.
 alias :q='exit'
 
 # Edit the mercurial patch queue series file for the current mercurial