mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 14:19:26 +00:00
Add zstyle to skip aliases for additional modules
This commit is contained in:
@ -53,5 +53,7 @@ function fasd_cd {
|
||||
# Aliases
|
||||
#
|
||||
|
||||
# Changes the current working directory interactively.
|
||||
alias j='fasd_cd -i'
|
||||
if ! zstyle -t ':prezto:module:fasd:alias' skip; then
|
||||
# Changes the current working directory interactively.
|
||||
alias j='fasd_cd -i'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user