diff --git a/home/shell/default.nix b/home/shell/default.nix index 3d0e90d..e6999c5 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -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; };