# HG changeset patch # User Steve Losh # Date 1260831406 18000 # Node ID 7a9c73d7ba0f262d5a7928432bf3cdb3ac9e92d3 # Parent b8355d9279d4e11724deacdb4f42ffe00b3ba981 Bashrc changes. diff -r b8355d9279d4 -r 7a9c73d7ba0f .bashrc --- 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