diff --git a/fish/config.fish b/fish/config.fish index f96c8b7..efb750d 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -38,7 +38,7 @@ set --universal fish_greeting # https://github.com/nvbn/thefuck # ======= -if which -s thefuck +if which thefuck > /dev/null eval (thefuck --alias | tr '\n' ';') end