7a9c73d7ba0f
Bashrc changes.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 14 Dec 2009 17:56:46 -0500 |
parents | b8355d9279d4 |
children | eab2a209b53c |
branches/tags | (none) |
files | .bashrc |
Changes
--- a/.bashrc Tue Nov 24 20:09:07 2009 -0500 +++ b/.bashrc Mon Dec 14 17:56:46 2009 -0500 @@ -9,6 +9,7 @@ alias meme="curl -q --silent meme.boxofjunk.ws/moar.txt?lines=1" alias hyde='python /Users/sjl/lib/virtualenvs/hyde-site/lib/hyde/hyde.py' alias deact='deactivate' +alias serve_this='python -m SimpleHTTPServer' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on' @@ -32,7 +33,7 @@ # Extra shell extensions like j and tab completion for Mercurial ------------- source ~/lib/j2/j.sh source ~/lib/hg/bash_completion -source ~/lib/virtualenvwrapper_bashrc +source ~/lib/python/virtualenvwrapper/virtualenvwrapper_bashrc # Separate stuff ------------------------------------------------------------- source ~/.bash/mercurial