mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
add python alias (#7736)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# python command
|
||||||
|
alias py='python'
|
||||||
|
|
||||||
# Find python file
|
# Find python file
|
||||||
alias pyfind='find . -name "*.py"'
|
alias pyfind='find . -name "*.py"'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user