feat(zsh): enable extendedglob and kshglob
This commit is contained in:
parent
906f41da4d
commit
2be736cc24
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue