organize zsh scripts

This commit is contained in:
Marty Oehme 2019-03-15 14:54:09 +01:00
parent a446cd7a7a
commit afd94a8592
9 changed files with 2 additions and 2 deletions

View file

@ -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 .." alias ..="ENHANCD_DISABLE_DOT=1 cd .. ENHANCD_DISABLE_DOT=0"