chore(zsh): update configuration

* Remove useless plugins
* load base16 theme at startup
This commit is contained in:
Yorick Barbanneau 2025-03-05 00:56:12 +01:00
parent e7732df16a
commit 529eaa5dab

View file

@ -88,6 +88,7 @@ in
}
precmd_functions+=(zle-keymap-select)
zle -N zle-keymap-select
base16_default-dark
'';
completionInit = ''
autoload -Uz compinit
@ -105,15 +106,6 @@ in
rev = "588691ba71b47e75793ed9edfcfaa058326a6f41";
hash = "sha256-X89FsG9QICDw3jZvOCB/KsPBVOLUeE7xN3VCtf0DD3E=";
};
}
{
name = "history-search-multi-word";
src = pkgs.fetchFromGitHub {
owner = "zdharma-continuum";
repo = "history-search-multi-word";
rev = "c4dcddc1cd17e7e0909471703f3526170db0f475";
hash = "sha256-KgKm9qzFnwXDXwmTruPgC0tjmiTY5AiGdrWW4zDWUF4=";
};
}];
localVariables = {
BASE16_THEME = "$HOME/.config/zsh/plugins/base16";