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

Merge pull request #704 from z3ntu/issue/658

#658: Change configuration code for fish shell
This commit is contained in:
Vladimir Iakovlev 2017-10-08 16:18:58 +02:00 committed by GitHub
commit ad294bc4d4

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')