From c840000bbc6bb973e45f9b0587c2e6fc68ea6c2c Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 25 Dec 2023 16:30:26 -0500 Subject: [PATCH] Removed thefuck --- dot_config/private_fish/config.fish.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 0cf08ca..482ccb3 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -29,9 +29,9 @@ if type -q atuin atuin init fish | source end -if type -q thefuck - thefuck --alias | source -end +#if type -q thefuck +# thefuck --alias | source +#end #if type -q starship # starship init fish | source