]> arthur.barton.de Git - ax-zsh.git/blob - default_plugins/std_options/std_options.zshrc
axzshctl: Look harder for themes in remote modules
[ax-zsh.git] / default_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
13
14 # Display PID when suspending processes as well
15 setopt longlistjobs
16
17 # Watch for logins of everyone but me
18 watch=(notme)