forked from extern/ohmyzsh
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