Remove unused zsh plugins
This commit is contained in:
parent
408b2a7401
commit
f7cf723137
1 changed files with 1 additions and 11 deletions
|
|
@ -8,13 +8,7 @@
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
autocd = true;
|
||||
plugins = [
|
||||
# {
|
||||
# name = "powerlevel10k";
|
||||
# src = pkgs.zsh-powerlevel10k;
|
||||
# file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
# }
|
||||
];
|
||||
plugins = [ ];
|
||||
initExtraBeforeCompInit = ''
|
||||
zstyle ':completion:*' menu select
|
||||
setopt CORRECT
|
||||
|
|
@ -26,13 +20,9 @@
|
|||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"alias-finder"
|
||||
"common-aliases"
|
||||
"cp"
|
||||
"dirhistory"
|
||||
"docker-compose"
|
||||
"docker"
|
||||
"extract"
|
||||
"git-auto-fetch"
|
||||
"git"
|
||||
"sudo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue