mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
This was mostly dead, since $fish_color_host is set to normal in __fish_config_interactive. The assignment was only used if the user explicitly unsets fish_color_host (which they shouldn't, really). Anyway it's weird to use cyan, use normal instead. [ci skip]