2d16a749fa6a

Switch to z.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Jan 2010 01:44:01 -0500
parents aadb7b94c662
children 68f8629186f5
branches/tags (none)
files .bashrc

Changes

--- a/.bashrc	Thu Jan 07 17:51:26 2010 -0500
+++ b/.bashrc	Fri Jan 08 01:44:01 2010 -0500
@@ -3,6 +3,7 @@
 alias hl='less -R'
 alias pm='python manage.py '
 alias oo='open .'
+alias j='z'
 alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes"
 alias fab='fab -i ~/.ssh/stevelosh'
 alias tweets-stevelosh='~/src/grabtweets/grabtweets.py -p ~/Documents/tweets/stevelosh'
@@ -31,7 +32,7 @@
 export R_LIBS="$HOME/lib/r"
 
 # Extra shell extensions like j and tab completion for Mercurial -------------
-source ~/lib/j2/j.sh
+source ~/lib/z/z.sh
 source ~/lib/hg/bash_completion
 source ~/lib/python/virtualenvwrapper/virtualenvwrapper_bashrc