Skip to content

Commit

Permalink
Merge pull request ohmyzsh#274 from diofeher/master
Browse files Browse the repository at this point in the history
A python plugin
  • Loading branch information
robbyrussell committed Oct 10, 2011
2 parents 14bb310 + b2d5b43 commit 6e8c0c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/python/python.plugin.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Find python file
alias pyfind='find . -name "*.py"'

# Remove python compiled byte-code
alias pyclean='find . -type f -name "*.py[co]" -exec rm -f \{\} \;'

0 comments on commit 6e8c0c1

Please sign in to comment.