Open mearleycf opened 5 months ago
Hey @mearleycf sorry about this issue. It appears to be related to the tide prompt not being supported at this time. Please see the complete list of supported prompts here. https://docs.warp.dev/appearance/prompt#custom-prompt-compatibility-table
You can put the tide code into the following conditional in the config.fish to disable it just for Warp.
# fish
if test "$TERM_PROGRAM" != "WarpTerminal"
# Unsupported plugin/prompt code here (i.e. TIDE)
end
Dupe Check
Describe the bug
Basically, whenever I create a new tab in Warp, the fish prompt does not appear. No part of it--the file path part, the > part, or the right prompt part--none of it is present. I see a brief flash of the text "Starting fish...", then it goes away. Now--I can type in commands, and everything works, and as soon as I type in basically any command (valid or invalid), the prompts all appear correctly, and stick around. The problem does not occur if I source my config.fish file, or run exec fish. It only happens when opening a new tab.
To reproduce
Expected behavior
I expect to see the standard fish prompt that I've defined in fish_prompt.fish and fish_right_prompt.fish (or whatever those files are named).
Screenshots
Operating system
MacOS
Operating system and version
macOS Sonoma 14.5
Shell Version
fish, version 3.7.1
Current Warp version
v0.2024.05.21.16.09.stable_02
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
Don't know
Additional context
This is my config.fish, but it should be noted that this problem was occurring when my config.fish was empty, so I don't think that's it.
Does this block you from using Warp daily?
No
Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)
Yes, this I confirmed this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None