# HG changeset patch # User Steve Losh # Date 1262933041 18000 # Node ID 2d16a749fa6a33f07dc085f5fdc5755eb071f7e8 # Parent aadb7b94c662e7e064f6fa730ed98faf6bd1ca48 Switch to z. diff -r aadb7b94c662 -r 2d16a749fa6a .bashrc --- 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