mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
10 lines
220 B
Bash
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
|