feat(zsh): enable extendedglob and kshglob
This commit is contained in:
parent
906f41da4d
commit
2be736cc24
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue