Begin moving to new XDG compliant directory structure
This commit is contained in:
parent
50c1b6cacb
commit
5e50aafcd0
23 changed files with 27 additions and 8 deletions
4
.config/zsh/36-disable-enhancd-double-dot
Normal file
4
.config/zsh/36-disable-enhancd-double-dot
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# 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 .."
|
||||
Loading…
Add table
Add a link
Reference in a new issue