add python alias (#7736)

master
Roc 5 years ago committed by GitHub
parent 706b2f3765
commit 02ce2c4a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      plugins/python/python.plugin.zsh

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

Loading…
Cancel
Save