feat(zsh): enable extendedglob and kshglob

This commit is contained in:
Felix Schröter 2020-11-14 11:19:04 +01:00
parent 906f41da4d
commit 2be736cc24
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -62,6 +62,9 @@ in {
bindkey "$terminfo[kcud1]" history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
setopt extendedglob
setopt kshglob
'';
inherit shellAliases;
};