mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 03:33:15 +08:00
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:
parent
7d47220770
commit
0767b2a72f
|
@ -27,7 +27,7 @@ function omf::dim
|
||||||
if set -q fish_color_autosuggestion
|
if set -q fish_color_autosuggestion
|
||||||
set_color $fish_color_autosuggestion
|
set_color $fish_color_autosuggestion
|
||||||
else
|
else
|
||||||
set_color 555 yellow
|
set_color 555
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
function omf::err
|
function omf::err
|
||||||
|
|
Loading…
Reference in New Issue
Block a user