Skip to content

Commit

Permalink
Merge pull request #704 from z3ntu/issue/658
Browse files Browse the repository at this point in the history
#658: Change configuration code for fish shell
  • Loading branch information
nvbn committed Oct 8, 2017
2 parents d2c70bd + 4f3ab71 commit ad294bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thefuck/shells/fish.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def or_(self, *commands):

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

Expand Down

0 comments on commit ad294bc

Please sign in to comment.