mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Plugin Python
This commit is contained in:
parent
a525993f6b
commit
94988a214e
1 changed files with 4 additions and 0 deletions
4
plugins/python/python.plugin.zsh
Normal file
4
plugins/python/python.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
alias spip='sudo pip'
|
||||||
|
|
||||||
|
# Find python file
|
||||||
|
alias pyfind='find . -name *.py | xargs grep -n'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue