X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=4e9b59964912258b7480af3d4b05055ee8c74481;hb=20f2151b080ecfb381c1c8b9e047e24cba1cac63;hp=17212faf08e07bd437a3c856785b1ea4078597d4;hpb=553c15e27223269ce16c470eb7082d7743daf2fc;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index 17212fa..4e9b599 100644 --- a/.zshrc +++ b/.zshrc @@ -60,9 +60,19 @@ zgenom load "https://github.com/greymd/tmux-xpanes" setopt AUTO_CD setopt CHASE_LINKS +# switch +/- when referring to the dirstack +setopt PUSHD_MINUS + +# Make cd push the old directory onto the directory stack +setopt AUTO_PUSHD + setopt AUTO_NAME_DIRS -setopt BRACE_CCL +# this should not be needed ever +# unclear why it is even implemented +# all relevant functionality should be possible without this anyway +# see #zsh@libera on 2024-04-14 +# setopt BRACE_CCL setopt EXTENDED_GLOB setopt MARK_DIRS setopt NUMERIC_GLOB_SORT