mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Fix install script.
This commit is contained in:
parent
255f191252
commit
a5b1c1443b
@ -167,9 +167,9 @@ function __fisher_install_fisherman
|
|||||||
exec fish < /dev/tty
|
exec fish < /dev/tty
|
||||||
end
|
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_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_color_close (set_color normal)
|
||||||
|
|
||||||
set -g fisher_check_symbol $fisher_color_param"✔"$fisher_color_close
|
set -g fisher_check_symbol $fisher_color_param"✔"$fisher_color_close
|
||||||
|
Loading…
Reference in New Issue
Block a user