Remove "thefuck" plugin from oh-my-zsh

This commit is contained in:
panotaka
2023-11-26 12:11:40 -04:00
parent 806de49855
commit 2d1163525a

View File

@@ -8,7 +8,7 @@
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "grc" "git" "thefuck" ]; plugins = [ "grc" "git" ];
}; };
zplug = { zplug = {