summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-11-09 21:26:06 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-11-09 21:26:06 +0100
commit6e37b097ab1955bc8746ed7f13171f2871d7b0a9 (patch)
tree74d900636fa48c71c71960586439ac96e2e814c2 /etc/.zshrc
parenta59817af3cc3b6cecd704b42a1e8e8b0beeff47e (diff)
zshrc: Add icli alias for host != aneurysm
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 1419ba6..46b3e98 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -440,6 +440,10 @@ if [[ ${HOST} == aneurysm ]] { #{{{
alias mutt-${${mdir#.}//\//-}="mutt -f ${HOME}/Maildir/${mdir}"
done < Maildir/maildirs
+# }}}
+} else { #{{{
+
+ alias icli='ssh aneurysm icli'
} #}}}
if [[ -e /tmp/.x-started ]] { #{{{