style(zsh): fix config order

This commit is contained in:
Felix Schröter 2020-05-22 18:19:36 +02:00
parent f6d1359608
commit 1ef67a2808
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -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;
};