Skip to content
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

Fish not working #5444

Open
1 task done
zany130 opened this issue Nov 4, 2024 · 7 comments
Open
1 task done

Fish not working #5444

zany130 opened this issue Nov 4, 2024 · 7 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@zany130
Copy link

zany130 commented Nov 4, 2024

Dupe Check

Describe the bug

when using fish as the startup shell warp never fully loads it getting stuck on a "starting fish" prompt

To reproduce

  1. set fish as the default shell in Settings -> Features startup shell for new sessions
  2. relaunch warp
  3. notice warp never fully loads

Expected behavior

Warp loads and brings me into a fish prompt

Screenshots

image

image

Operating system

Linux

Operating system and version

Bazzite 41

Shell Version

fish 3.7.0

Current Warp version

v0.2024.10.29.08.02.stable_02

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

Tested with a stock fish config. By moving my ~/.config/fish/ and ~/.local/fish/ folders to another drive

also nothing in /etc/fish/

tree /etc/fish
/etc/fish
├── completions
├── conf.d
├── config.fish
└── functions

4 directories, 1 file
cat /etc/fish/*
cat: /etc/fish/completions: Is a directory
cat: /etc/fish/conf.d: Is a directory
# Put system-wide fish configuration entries here
# or in .fish files in conf.d/
# Files in conf.d can be overridden by the user
# by files with the same name in $XDG_CONFIG_HOME/fish/conf.d

# This file is run by all fish instances.
# To include configuration only for login shells, use
# if status is-login
#    ...
# end
# To include configuration only for interactive shells, use
# if status is-interactive
#   ...
# end
cat: /etc/fish/functions: Is a directory

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@zany130 zany130 added the Bugs Bugs, Hangs, Crash, and Freezes label Nov 4, 2024
@Advait-M
Copy link
Member

Advait-M commented Nov 4, 2024

Hey @zany130 - to confirm, you're seeing this only with fish i.e. zsh/bash is functioning correctly on Bazzite?

@zany130
Copy link
Author

zany130 commented Nov 4, 2024

yesh bash works fine haven't tried zsh

@dannyneira
Copy link
Member

@zany130 I'd also check to make sure your fish binary (run which -a fish), is set in Warp > Settings > Features > Startup shell for new session > Custom. That may help if Bazzite has it in a non-standard location.

@zany130
Copy link
Author

zany130 commented Nov 4, 2024

image
its in /usr/bin/fish

@dannyneira
Copy link
Member

Oh i see, it looks like you're using a custom prompt. Please make sure it's supported on our list. https://docs.warp.dev/appearance/prompt#custom-prompt-compatibility-table

Currently on fish, Tide and Oh-My-Fish aren't afaik. Which prompt are you using?

@zany130
Copy link
Author

zany130 commented Nov 4, 2024

Well in the screenshot, i still have my fish configs but I can move them out so I use default settings and I still have the issue

image

@zany130
Copy link
Author

zany130 commented Nov 6, 2024

Same thing happens on a fresh install of bazzite

Fish works fine on the default terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

3 participants