refactored pycrm command
This commit is contained in:
parent
d6c150decc
commit
b2d5b43650
@ -2,4 +2,4 @@
|
|||||||
alias pyfind='find . -name "*.py"'
|
alias pyfind='find . -name "*.py"'
|
||||||
|
|
||||||
# Remove python compiled byte-code
|
# Remove python compiled byte-code
|
||||||
alias pycrm='rm `find . | grep -E "*.(pyc|pyo)$"`'
|
alias pyclean='find . -type f -name "*.py[co]" -exec rm -f \{\} \;'
|
||||||
|
Loading…
Reference in New Issue
Block a user