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 = {
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue