Alias fabric because there is no documentation for the damn .fabricrc file.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 21 Aug 2009 17:16:46 -0400 |
parents |
64cd9a423a29
|
children |
81d340e7e285
|
branches/tags |
(none) |
files |
.bashrc |
Changes
--- 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'