mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 20:29:45 +01: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 pushd_ignore_dups
|
||||||
setopt pushdminus
|
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
|
zstyle -T ':omz:directories' aliases || return
|
||||||
|
|
||||||
alias -g ...='../..'
|
alias -g ...='../..'
|
||||||
|
|
Loading…
Reference in a new issue