summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-03-30 23:33:42 -0400
committerJune McEnroe <june@causal.agency>2012-03-30 23:33:42 -0400
commitb796be9a0c5337114558733534be754038ed70e5 (patch)
tree49ce5b6d1aee137c06839f99c69294a8218cc189 /.zshrc
parentMove task count to beginning of prompt (diff)
downloadsrc-b796be9a0c5337114558733534be754038ed70e5.tar.gz
src-b796be9a0c5337114558733534be754038ed70e5.zip
Add t alias for task
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9739c5ed..97e0dd4b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -141,6 +141,7 @@ alias m='make -j4'
 alias killlall='killall'
 alias irb='ripl'
 alias l='ls'
+alias t='task'
 
 setopt PROMPT_SUBST