docs(lib/directories): comment how to disable alias (#11489)

master
Richard Mitchell 3 years ago committed by GitHub
parent ed407466b8
commit 416560c9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      lib/directories.zsh

@ -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…
Cancel
Save