Files
DotfilesOld/zsh/.zsh/configs/options.zsh
2018-05-09 00:08:38 +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