From 15ec10bbb4a8e8fd743a4bc58ca826cc40ea0860 Mon Sep 17 00:00:00 2001 From: lvh <_@lvh.io> Date: Sat, 4 Feb 2017 09:19:06 -0600 Subject: [PATCH] The previous instructions break with fish 2.5.0, see https://github.com/fish-shell/fish-shell/issues/3809#issuecomment-277400905 --- Shell-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shell-aliases.md b/Shell-aliases.md index 3d02fb2..2c7b278 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -16,7 +16,7 @@ eval "$(thefuck --alias)" Add this function to `config.fish`: ```fish -eval (thefuck --alias | tr '\n' ';') +thefuck --alias | source ``` # Powershell