Remove unused zsh plugins

This commit is contained in:
Filippo Berto 2021-10-18 16:01:27 +02:00
parent 408b2a7401
commit f7cf723137

View file

@ -8,13 +8,7 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
autocd = true; autocd = true;
plugins = [ plugins = [ ];
# {
# name = "powerlevel10k";
# src = pkgs.zsh-powerlevel10k;
# file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
# }
];
initExtraBeforeCompInit = '' initExtraBeforeCompInit = ''
zstyle ':completion:*' menu select zstyle ':completion:*' menu select
setopt CORRECT setopt CORRECT
@ -26,13 +20,9 @@
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ plugins = [
"alias-finder"
"common-aliases" "common-aliases"
"cp" "cp"
"dirhistory" "dirhistory"
"docker-compose"
"docker"
"extract"
"git-auto-fetch" "git-auto-fetch"
"git" "git"
"sudo" "sudo"