8878d2c097c4
Add the deact alias.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 04 Oct 2009 11:44:45 -0400 |
parents | bd040f01ea38 |
children | a92c2fa08ceb |
branches/tags | (none) |
files | .bashrc |
Changes
--- 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'