0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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