]> arthur.barton.de Git - ax-zsh.git/commitdiff
std_options: Add some more options
authorAlexander Barton <alex@barton.de>
Fri, 24 Jul 2015 23:40:44 +0000 (01:40 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 24 Jul 2015 23:40:44 +0000 (01:40 +0200)
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