Closed this issue 3 years ago · 1 comments
Question How to disable enhancd when I run cd -? I want to go to the previous working directory ($OLDPWD) by running cd -, as the normal Unix cd command does.
cd -
I managed to do what I wanted to do by adding the line below in my .zshrc. export ENHANCD_HYPHEN_ARG=""
.zshrc
export ENHANCD_HYPHEN_ARG=""