mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 02:19:25 +00:00
Add zstyle to skip aliases for additional modules
This commit is contained in:
@ -171,6 +171,8 @@ fi
|
||||
# Aliases
|
||||
#
|
||||
|
||||
alias py='python'
|
||||
alias py2='python2'
|
||||
alias py3='python3'
|
||||
if ! zstyle -t ':prezto:module:python:alias' skip; then
|
||||
alias py='python'
|
||||
alias py2='python2'
|
||||
alias py3='python3'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user