Start Refactoring to composable zsh config modules
This commit is contained in:
parent
764de81461
commit
71a7ca83c6
24 changed files with 643 additions and 296 deletions
4
.zsh.d/36-disable-enhancd-double-dot
Normal file
4
.zsh.d/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