dotfiles/dot_config/zsh/configs/options.zsh
2024-09-26 16:35:01 -05: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