Files
DotfilesOld/zsh/configs/options.zsh
2017-08-13 23:17:04 +02:00

10 lines
220 B
Bash

# awesome cd movements from zshkit
setopt autocd autopushd pushdminus pushdsilent pushdtohome cdablevars
DIRSTACKSIZE=5
# Enable extended globbing
setopt extendedglob
# Allow [ or ] whereever you want
unsetopt nomatch