From 86a5571f79667818790ba6ce7c4de55d5d511289 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 24 Oct 2016 16:52:57 -0700 Subject: [PATCH] Remove thefuck from fish config Fix slow startup. --- fish/config.fish | 9 --------- 1 file changed, 9 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index f3120b1..6c8af8d 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -34,15 +34,6 @@ set --universal fish_greeting [ -f /usr/local/share/autojump/autojump.fish ]; and . /usr/local/share/autojump/autojump.fish -# ======= -# thefuck -# https://github.com/nvbn/thefuck -# ======= - -if which thefuck > /dev/null - eval (thefuck --alias | tr '\n' ';') -end - # ========= # Functions # =========