mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
add python alias (#7736)
This commit is contained in:
parent
706b2f3765
commit
02ce2c4a2f
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# python command
|
||||
alias py='python'
|
||||
|
||||
# Find python file
|
||||
alias pyfind='find . -name "*.py"'
|
||||
|
||||
|
|
Loading…
Reference in a new issue