From 7f0fd162bc5885742866610905bb7334190cc4ea Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 10 Jun 2011 10:15:31 +0200 Subject: Add mutt alias --- etc/.zshrc | 2 ++ 1 file changed, 2 insertions(+) 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}" -- cgit v1.2.3