summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-05-13 13:24:32 +0200
committerStefan Ritter <xeno@thehappy.de>2009-05-13 13:24:32 +0200
commit0a9f666272456a2806495e6c8441f5eb2747230e (patch)
tree4a440e6b9fe3ec2efe9da276a653fc812cffccd8 /zshrc
parentf981340dab2763743634e72420bb1f6d0c7cd7c5 (diff)
Added three new aliases
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 93826e9..114234d 100644
--- a/zshrc
+++ b/zshrc
@@ -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'