mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Now that the default theme no longer contains light/dark sections, we don't need to wait for $fish_terminal_color_theme to be initialized before setting it. Let's set it before loading user config to allow users to do things like "set -e fish_color_command" in their config. Fixes #12209