diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-20 17:30:30 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-20 17:30:30 +0200 |
commit | 5dd1da4d9c9237abcf60eaf931c4501da3fed617 (patch) | |
tree | 65be13c533644aa928fb421f323882c3eff4ff26 /zshrc | |
parent | 08963be0a709b0c295a87aeb7f6359855329938a (diff) |
Weekly commit
Diffstat (limited to '')
-rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ alias v="vim" mail() { mutt -F ~/.secgit/muttrc.$1 } alias a='acpi' +alias g='git' alias gitserv="git daemon --verbose --reuseaddr --base-path=. --export-all ./.git" alias iso="genisoimage -l -J -R -o cd.iso" alias m="mocp" |