From 680c0aff05fd2eeca3b487d6b2ea5bab6e4b0659 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 26 Nov 2005 00:44:06 +1000 Subject: [PATCH] Use short style switch on set_color, since long style getopt not always available darcs-hash:20051125144406-ac50b-ca222e2fb3f2396489fb5eca64f2eff32b654404.gz --- init/fish_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/fish_interactive.fish b/init/fish_interactive.fish index ad676a155..4c639fc0d 100644 --- a/init/fish_interactive.fish +++ b/init/fish_interactive.fish @@ -58,7 +58,7 @@ function set_default_color -d "Set an universal variable, unless it has already set -U -- $argv return end - if contains -- $$argv[1] (set_color --print-colors) + if contains -- $$argv[1] (set_color -c) return end set -U -- $argv