From feb140551619e698bc08a6d5877262e16d505a05 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 19 Apr 2016 01:16:42 +0900 Subject: [PATCH] Fix install script. --- bin/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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