New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt much slower in Fish in Warp #883
Comments
|
Thanks for the feedback!
This is unusual, it's like something in the dotfiles that's slowing it down in relation to Warp.
Could you disable some of the components in your dotfiles just for Warp and try to isolate what specifically is slowing it down?
We have instructions here:
https://docs.warp.dev/help/known-issues#configuring-and-debugging-your-rc-files
The fish equivalent should be something like this however:
```
if test "$TERM_PROGRAM" != "WarpTerminal"
# Stuff here
end
```
|
|
Here's what I've found: If I run Meanwhile, Other than that, my fish install is basically out of the box, so I would expect that should be enough to reproduce. |
|
Thanks for sharing this!
|
|
One of our engineers looked into this and we believe the slowdown is due to fish querying the Git status, which will naturally take longer than not doing so. However we actually don't think the slow down is anything we're doing—nor does it seem like it's significantly slower in Terminal.app or iTerm. It probably looks much worse in Warp though cause of this bug: |
|
Looking more closely, I think you may be right—the thing I'm noticing is that "time until I can read the output of the command" is much higher, because I can't until it stops moving. Happy to close this. |
ctbeiser commentedApr 5, 2022
Discord username (optional)
No response
Describe the bug
To Reproduce
Expected behaviour
Screenshots
Operating System
MacOS
OS Version
12.3
Additional context
The text was updated successfully, but these errors were encountered: