mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
docs(lib/directories): comment how to disable alias (#11489)
This commit is contained in:
parent
ed407466b8
commit
416560c9bf
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ setopt auto_pushd
|
|||
setopt pushd_ignore_dups
|
||||
setopt pushdminus
|
||||
|
||||
# add (uncommented):
|
||||
# zstyle ':omz:directories' aliases no
|
||||
# to your `zshrc` before loading `oh-my-zsh.sh`
|
||||
# to disable the following aliases and functions
|
||||
|
||||
zstyle -T ':omz:directories' aliases || return
|
||||
|
||||
alias -g ...='../..'
|
||||
|
|
Loading…
Reference in a new issue