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:
commit
ad294bc4d4
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user