Commit 0767b2a7 authored by Bruno Pinto's avatar Bruno Pinto Committed by Jorge Bucaran

Fish < 2.2 does not support argument for set_color

The second argument (background) was added on fish 2.2
parent 7d472207
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment