# HG changeset patch # User Steve Losh # Date 1250889406 14400 # Node ID 4e6f4c9d1215d6dc040944df6944c9c7cb0e62cc # Parent 64cd9a423a2928b893ad1ea2250aec7d1adabf27 Alias fabric because there is no documentation for the damn .fabricrc file. diff -r 64cd9a423a29 -r 4e6f4c9d1215 .bashrc --- a/.bashrc Sat Aug 15 13:56:52 2009 -0400 +++ b/.bashrc Fri Aug 21 17:16:46 2009 -0400 @@ -6,6 +6,7 @@ alias mq='hg -R $(hg root)/.hg/patches' alias oo='open .' alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes" +alias fab='fab -i ~/.ssh/stevelosh' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'