mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
refactored pycrm command
This commit is contained in:
parent
d6c150decc
commit
b2d5b43650
1 changed files with 1 additions and 1 deletions
|
@ -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 \{\} \;'
|
||||
|
|
Loading…
Reference in a new issue