]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/std_options/std_options.zshrc
Add "zsh-syntax-highlighting" plugin
[ax-zsh.git] / plugins / std_options / std_options.zshrc
index e9a5307982a602dfa2fad551500e78e856684e80..e691c21f0d57ea89208c24312f3581c1e5afc6f2 100644 (file)
@@ -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