refactored pycrm command

pull/274/head
Diógenes 2011-04-14 12:15:26 -03:00
parent d6c150decc
commit b2d5b43650
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
alias pyfind='find . -name "*.py"'
# Remove python compiled byte-code
alias pycrm='rm `find . | grep -E "*.(pyc|pyo)$"`'
alias pyclean='find . -type f -name "*.py[co]" -exec rm -f \{\} \;'