Fix install script.

This commit is contained in:
Jorge Bucaran 2016-04-19 01:16:42 +09:00
parent 9ebdb20a9e
commit feb1405516
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -167,9 +167,9 @@ function __fisher_install_fisherman
exec fish < /dev/tty
end
set -g fisher_color_param green
set -g fisher_color_param (set_color green)
set -g fisher_color_uline (set_color -u)
set -g fisher_color_error red
set -g fisher_color_error (set_color red)
set -g fisher_color_close (set_color normal)
set -g fisher_check_symbol $fisher_color_param"✔"$fisher_color_close