Fix fish config for thefuck on Linux
This commit is contained in:
@@ -38,7 +38,7 @@ set --universal fish_greeting
|
|||||||
# https://github.com/nvbn/thefuck
|
# https://github.com/nvbn/thefuck
|
||||||
# =======
|
# =======
|
||||||
|
|
||||||
if which -s thefuck
|
if which thefuck > /dev/null
|
||||||
eval (thefuck --alias | tr '\n' ';')
|
eval (thefuck --alias | tr '\n' ';')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user