tide: Tide theme is lost after terminal restart

As stated in the title, the theme is lost after opening a new terminal window. The configuration is being kept, it just isn’t being applied.

Bug-report:

fish version: 3.3.1
tide version: 5.0.1
term: xterm-256color
os: Arch Linux
terminal emulator: Konsole

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (5 by maintainers)

Most upvoted comments

Yup worked, thanks a bunch!

Issue was in config.fish on line 40 that starship was overriding the Tide theme

## Starship prompt
if status --is-interactive
   source ("/usr/bin/starship" init fish --print-full-init | psub)
end

Just commented that out.