From 2d1163525a835532b442f1ae95e6ac883dfed39f Mon Sep 17 00:00:00 2001 From: panotaka Date: Sun, 26 Nov 2023 12:11:40 -0400 Subject: [PATCH] Remove "thefuck" plugin from oh-my-zsh --- home/shell/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/zsh/default.nix b/home/shell/zsh/default.nix index 7193241..2e5dc92 100644 --- a/home/shell/zsh/default.nix +++ b/home/shell/zsh/default.nix @@ -8,7 +8,7 @@ oh-my-zsh = { enable = true; - plugins = [ "grc" "git" "thefuck" ]; + plugins = [ "grc" "git" ]; }; zplug = {