mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
refactored pycrm command
This commit is contained in:
@@ -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 \{\} \;'
|
||||||
|
|||||||
Reference in New Issue
Block a user