]> arthur.barton.de Git - ax-zsh.git/blob - plugins/std_options/std_options.zshrc
std_options: Add some more options
[ax-zsh.git] / plugins / std_options / std_options.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # std_options.zshrc: Setup standard ZSH options
3
4 # Change directories by just entering their names
5 setopt auto_cd
6
7 # Automatically push directories to the directory stack
8 setopt autopushd
9 setopt pushdignoredups
10
11 # Recognize comments in interactive mode, too
12 setopt interactivecomments