diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-13 13:24:32 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-13 13:24:32 +0200 |
commit | 0a9f666272456a2806495e6c8441f5eb2747230e (patch) | |
tree | 4a440e6b9fe3ec2efe9da276a653fc812cffccd8 /zshrc | |
parent | f981340dab2763743634e72420bb1f6d0c7cd7c5 (diff) |
Added three new aliases
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ alias vbm="VBoxManage" alias r='rdesktop-vrdp -k de -K localhost' alias gitserv='git daemon --verbose --reuseaddr --base-path=. --export-all ./.git' alias mud='telnet bl.mud.at 5678' +alias mu='mutt -F .muttrc' +alias mu2='mutt -F .muttrc2' +alias n='newsbeuter' alias -g C='| wc -l' alias -g G='| grep' |