4 lines
223 B
Text
4 lines
223 B
Text
|
# 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 .."
|