Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
c6dce05f
Commit
c6dce05f
authored
Nov 12, 2013
by
Carlos Cardoso
Browse files
python3 clean updated.
parent
e30a1243
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/python/python.plugin.zsh
View file @
c6dce05f
...
...
@@ -6,6 +6,7 @@ alias pyfind='find . -name "*.py"'
function
pyclean
()
{
ZSH_PYCLEAN_PLACES
=
${
*
:-
'.'
}
find
${
ZSH_PYCLEAN_PLACES
}
-type
f
-name
"*.py[co]"
-delete
find
${
ZSH_PYCLEAN_PLACES
}
-type
d
-name
"__pycache__"
-delete
}
# Grep among .py files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment