Fix .. command to go up to parent directory
Fixed the quick-style .. to go up a directory. Use `cd ..` to enable the fzf enabled selection if you quickly need to go up multiple directories instead.
This commit is contained in:
parent
07c3d6e05b
commit
949e071b97
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Assumes enhancd is installed (via plugin)
|
# Assumes enhancd is installed (via plugin)
|
||||||
# Let's you go back a directory with .. (usual cd .. behavior)
|
# Let's you go back a directory with .. (usual cd .. behavior)
|
||||||
# Let's the enhancd backtrack menu appear with cd .. (usual enhancd behavior)
|
# Let's the enhancd backtrack menu appear with cd .. (usual enhancd behavior)
|
||||||
alias ..="ENHANCD_DISABLE_DOT=1 cd .. ENHANCD_DISABLE_DOT=0"
|
alias ..="ENHANCD_DISABLE_DOT=1 && cd .. && ENHANCD_DISABLE_DOT=0"
|
||||||
|
|
Loading…
Reference in a new issue