summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-10 10:15:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-10 10:15:31 +0200
commit7f0fd162bc5885742866610905bb7334190cc4ea (patch)
treefb3e06fb9eae3b8aab3f9f2176ac24661a386255 /etc/.zshrc
parent73c211798ecf1e62c903200ea932f94ba0c4040b (diff)
Add mutt alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index b47c575..34fb7bc 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -450,6 +450,8 @@ if [[ ${distro} == debian ]] { #{{{
} #}}}
if [[ ${HOST} == aneurysm ]] { #{{{
+ alias m=mutt
+
while read mdir shortcut; do
alias m-${shortcut}="mutt -f ${HOME}/Maildir/${mdir}"