X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=plugins%2Fstd_options%2Fstd_options.zshrc;h=e691c21f0d57ea89208c24312f3581c1e5afc6f2;hb=64eca491945be5ec80d8f57d74bbb042015f7915;hp=e9a5307982a602dfa2fad551500e78e856684e80;hpb=0576ad8ca87b519e35ef723d64435f1c6493e82a;p=ax-zsh.git diff --git a/plugins/std_options/std_options.zshrc b/plugins/std_options/std_options.zshrc index e9a5307..e691c21 100644 --- a/plugins/std_options/std_options.zshrc +++ b/plugins/std_options/std_options.zshrc @@ -1,5 +1,12 @@ # AX-ZSH: Alex' Modular ZSH Configuration # std_options.zshrc: Setup standard ZSH options +# Change directories by just entering their names +setopt auto_cd + +# Automatically push directories to the directory stack +setopt autopushd +setopt pushdignoredups + # Recognize comments in interactive mode, too setopt interactivecomments