1
0
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:
Roc
2021-06-12 09:50:29 +08:00
committed by GitHub
parent 706b2f3765
commit 02ce2c4a2f

View File

@@ -1,3 +1,6 @@
# python command
alias py='python'
# Find python file
alias pyfind='find . -name "*.py"'