mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 04:34:55 +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
|
||||
set_color $fish_color_autosuggestion
|
||||
else
|
||||
set_color 555 yellow
|
||||
set_color 555
|
||||
end
|
||||
end
|
||||
function omf::err
|
||||
|
Loading…
x
Reference in New Issue
Block a user