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
b2d5b436
Commit
b2d5b436
authored
Apr 14, 2011
by
Diógenes
Browse files
refactored pycrm command
parent
d6c150de
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/python/python.plugin.zsh
View file @
b2d5b436
...
...
@@ -2,4 +2,4 @@
alias
pyfind
=
'find . -name "*.py"'
# Remove python compiled byte-code
alias
pyc
rm
=
'rm `find . | grep -E
"*.
(
py
c|pyo)$"`
'
alias
pyc
lean
=
'find . -type f -name
"*.py
[co]" -exec rm -f \{\} \;
'
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