8d5728c0bbee
Add the flakes alias.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 14 Aug 2009 21:11:28 -0400 |
parents | 6729c47b42d3 |
children | 64cd9a423a29 |
branches/tags | (none) |
files | .bashrc |
Changes
--- a/.bashrc Mon Aug 10 18:10:52 2009 -0400 +++ b/.bashrc Fri Aug 14 21:11:28 2009 -0400 @@ -5,6 +5,7 @@ alias tunnel_webf_mysql='ssh -NL 3306/web45.webfaction.com/3306 webf' alias mq='hg -R $(hg root)/.hg/patches' alias oo='open .' +alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes" bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'