Commit b2d5b436 authored by Diógenes's avatar Diógenes
Browse files

refactored pycrm command

parent d6c150de
...@@ -2,4 +2,4 @@ ...@@ -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 \{\} \;'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment