# HG changeset patch # User Steve Losh # Date 1250298688 14400 # Node ID 8d5728c0bbeeb35aed11df974c1fe9ed8d9e4ba2 # Parent 6729c47b42d3b84ea18a7688efb499930f8e35df Add the flakes alias. diff -r 6729c47b42d3 -r 8d5728c0bbee .bashrc --- 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'