Fix fish config for thefuck on Linux

This commit is contained in:
2016-09-18 11:28:56 -07:00
parent fe6164b25b
commit 0aa1bbf18c

View File

@@ -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