summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"