diff --git a/bin/install b/bin/install index ac548e9..9874eb7 100755 --- a/bin/install +++ b/bin/install @@ -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