mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-29 22:24:44 +00:00
#658: Change configuration code for fish shell
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user