Fix bad redirection during self-uninstall. Close #398.

This commit is contained in:
Jorge Bucaran 2017-09-05 17:46:59 +09:00
parent 6ad03af343
commit b6ae25826a
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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