From 0767b2a72f2cac917795a63a4e5545a704eaeb18 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Fri, 28 Aug 2015 04:39:39 +0100 Subject: [PATCH] Fish < 2.2 does not support argument for set_color The second argument (background) was added on fish 2.2 --- pkg/omf/omf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/omf/omf.fish b/pkg/omf/omf.fish index 3f69fd3..4537173 100644 --- a/pkg/omf/omf.fish +++ b/pkg/omf/omf.fish @@ -27,7 +27,7 @@ function omf::dim if set -q fish_color_autosuggestion set_color $fish_color_autosuggestion else - set_color 555 yellow + set_color 555 end end function omf::err