mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 04:48:57 +00:00
Merge branch 'fix-fish-how-to' of https://github.com/scorphus/thefuck into scorphus-fix-fish-how-to
This commit is contained in:
commit
68c882cf1a
@ -199,7 +199,8 @@ class Fish(Generic):
|
|||||||
return u'; and '.join(commands)
|
return u'; and '.join(commands)
|
||||||
|
|
||||||
def how_to_configure(self):
|
def how_to_configure(self):
|
||||||
return 'eval thefuck --alias', '~/.config/fish/config.fish'
|
return (r"eval (thefuck --alias | tr '\n' ';')",
|
||||||
|
'~/.config/fish/config.fish')
|
||||||
|
|
||||||
|
|
||||||
class Zsh(Generic):
|
class Zsh(Generic):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user