Files
DotfilesOld/zsh/configs/options.zsh
2017-12-31 15:35:11 +01: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