mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Remove python compiled byte-code
This commit is contained in:
parent
92d1d0803d
commit
653db8fbe9
1 changed files with 3 additions and 0 deletions
|
|
@ -2,3 +2,6 @@ alias spip='sudo pip'
|
|||
|
||||
# Find python file
|
||||
alias pyfind='find . -name *.py | xargs grep -n'
|
||||
|
||||
# Remove python compiled byte-code (By diofeher)
|
||||
alias pycrm='rm `find . | grep -E "*.(pyc|pyo)$"`'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue