mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
simplified pyclean command
This commit is contained in:
parent
1cf57f83f9
commit
2a7ff8c255
@ -6,5 +6,5 @@ function pyclean
|
||||
set path2CLEAN .
|
||||
end
|
||||
|
||||
find $path2CLEAN -name "*.pyc" -delete -o -name "*.pyo" -delete
|
||||
find $path2CLEAN -name "*.py[co]" -type f -delete
|
||||
end
|
Loading…
Reference in New Issue
Block a user