Closed ThoriumTextile closed 1 year ago
Yep, you can set a custom color scheme via a bobthefish_colors
function, and set username and hostname colors there:
function bobthefish_colors -S -d 'Define a custom bobthefish color scheme'
set -x color_username white black --bold
set -x color_hostname white black
end
AFAIK the closest solution is this, but i tried using
set fish_color_host
andset fish_color_user
to no avail.Thanks in advance.