From b6ae25826a8591e37cc36e9ada2cf6d53b6f39cc Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 5 Sep 2017 17:46:59 +0900 Subject: [PATCH] Fix bad redirection during self-uninstall. Close #398. --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 8774efb..654c759 100644 --- a/fisher.fish +++ b/fisher.fish @@ -2175,7 +2175,7 @@ function __fisher_self_uninstall -a yn $fish_config/functions/$fisher_cmd_name.fish $fish_config/completions/$fisher_cmd_name.fish - " &2 + " >&2 echo -sn "Continue? [Y/n] " >&2