Fix dim color that was the same as em

pull/2/head
Bruno Pinto 9 years ago
parent 3d924b79ca
commit 7706d848cc

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

Loading…
Cancel
Save