Fix dim color that was the same as em

This commit is contained in:
Bruno Pinto 2015-08-28 17:46:41 +01:00
parent 3d924b79ca
commit 7706d848cc

View File

@ -18,7 +18,7 @@ function omf::em
end
function omf::dim
set_color $fish_color_match ^/dev/null; or set_color 555
set_color $fish_color_autosuggestion ^/dev/null; or set_color 555
end
function omf::err