Unverified Commit 416560c9 authored by Richard Mitchell's avatar Richard Mitchell Committed by GitHub

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

parent ed407466
......@@ -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 ...='../..'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment