summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-03-30 23:33:42 -0400
committerJune McEnroe <programble@gmail.com>2012-03-30 23:33:42 -0400
commitd5a78ad4709977fbc08966b043ba2d91b78ecfac (patch)
tree0e5f03a794e172323e4dc5ae198eeefa932c8a34 /.zshrc
parentMove task count to beginning of prompt (diff)
downloadsrc-d5a78ad4709977fbc08966b043ba2d91b78ecfac.tar.gz
src-d5a78ad4709977fbc08966b043ba2d91b78ecfac.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 d7708999..37e9c2f5 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