Fish < 2.2 does not support argument for set_color

The second argument (background) was added on fish 2.2
This commit is contained in:
Bruno Pinto 2015-08-28 04:39:39 +01:00 committed by Jorge Bucaran
parent 7d47220770
commit 0767b2a72f

View File

@ -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