# HG changeset patch # User Steve Losh # Date 1254059638 14400 # Node ID 8760f0f6a83b41ec4e9e0d3ba1538467e5f7a408 # Parent 504e33d339538b52e0cf806760b9847479c57d7f Add a hyde alias. diff -r 504e33d33953 -r 8760f0f6a83b .bashrc --- a/.bashrc Wed Sep 23 08:13:44 2009 -0400 +++ b/.bashrc Sun Sep 27 09:53:58 2009 -0400 @@ -9,6 +9,7 @@ alias fab='fab -i ~/.ssh/stevelosh' 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' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'