1375af4c6dd7

Add the t alias.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Aug 2009 17:26:15 -0400
parents 02af70beae80
children b9a808e4dca5
branches/tags (none)
files .bashrc

Changes

--- a/.bashrc	Sat Aug 22 10:40:26 2009 -0400
+++ b/.bashrc	Wed Aug 26 17:26:15 2009 -0400
@@ -7,6 +7,7 @@
 alias oo='open .'
 alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes"
 alias fab='fab -i ~/.ssh/stevelosh'
+alias t='~/src/t/t.py'
 
 bind 'set completion-ignore-case on'
 bind 'set show-all-if-ambiguous on'