mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 07:43:31 +01:00
add python alias (#7736)
This commit is contained in:
parent
706b2f3765
commit
02ce2c4a2f
@ -1,3 +1,6 @@
|
||||
# python command
|
||||
alias py='python'
|
||||
|
||||
# Find python file
|
||||
alias pyfind='find . -name "*.py"'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user