1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

#658: Change configuration code for fish shell

This commit is contained in:
Luca Weiss 2017-10-05 20:57:08 +02:00
parent 18992f246a
commit 4f3ab71934
No known key found for this signature in database
GPG Key ID: 85E3F341DDEC37A8

View File

@ -71,7 +71,7 @@ class Fish(Generic):
def how_to_configure(self):
return self._create_shell_configuration(
content=u"eval (thefuck --alias | tr '\n' ';')",
content=u"thefuck --alias | source",
path='~/.config/fish/config.fish',
reload='fish')