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