dotfiles/.zsh.d/36-disable-enhancd-double-dot

4 lines
223 B
Plaintext

# Assumes enhancd is installed (via plugin)
# Let's you go back a directory with .. (usual cd .. behavior)
# Let's the enhancd backtrack menu appear with cd .. (usual enhancd behavior)
alias ..="ENHANCD_DISABLE_DOT=1 cd .."