# HG changeset patch # User Steve Losh # Date 1254671085 14400 # Node ID 8878d2c097c480c2279e1b48c3e8bc400b14a9d7 # Parent bd040f01ea38876d9a883e4ef1ebaaf3dbb0fac1 Add the deact alias. diff -r bd040f01ea38 -r 8878d2c097c4 .bashrc --- a/.bashrc Sun Oct 04 11:27:14 2009 -0400 +++ b/.bashrc Sun Oct 04 11:44:45 2009 -0400 @@ -10,6 +10,7 @@ alias tweets-stevelosh='~/src/grabtweets/grabtweets.py -p ~/Documents/tweets/stevelosh' 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' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'