style(zsh): fix config order
This commit is contained in:
parent
f6d1359608
commit
1ef67a2808
|
@ -28,6 +28,7 @@ in
|
|||
enableAutosuggestions = true;
|
||||
autocd = true;
|
||||
defaultKeymap = "viins";
|
||||
history.extended = true;
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
name = "first-tab-completion";
|
||||
|
@ -68,7 +69,6 @@ in
|
|||
bindkey -M vicmd 'k' history-substring-search-up
|
||||
bindkey -M vicmd 'j' history-substring-search-down
|
||||
'';
|
||||
history.extended = true;
|
||||
inherit shellAliases;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue