summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-10 10:31:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-10 10:32:10 +0200
commitdb175d778b58ad4eee49d676791e22c5c77c4e9b (patch)
treedc3d41123f03e973f1d71246a8621686e059eaa9 /etc/.zshrc
parent7f0fd162bc5885742866610905bb7334190cc4ea (diff)
zshrc: Add t?icl alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 34fb7bc..0a833da 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -457,6 +457,9 @@ if [[ ${HOST} == aneurysm ]] { #{{{
alias m-${shortcut}="mutt -f ${HOME}/Maildir/${mdir}"
done < Maildir/maildirs
+
+ alias icl='while sleep 20; do out=$(icli -z!o -v); clear; echo $out; done'
+ alias ticl='font-t; icl'
# }}}
} else { #{{{