mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 15:53:22 +01:00
refactored pycrm command
This commit is contained in:
parent
d6c150decc
commit
b2d5b43650
@ -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 New Issue
Block a user