mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
pyclean's find now use native delete function
This commit is contained in:
parent
7fca4da802
commit
50d80fa65e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 pyclean='find . -type f -name "*.py[co]" -exec rm -f \{\} \;'
|
alias pyclean='find . -type f -name "*.py[co]" -delete'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue