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 # =========