You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching subshells (for instance by running `bash`, `zsh` or `fish`), all of Warp's fancy features disappear and you're dropped into a bog standard shell environment.
To Reproduce
Steps to reproduce:
Open Warp
Run bash
Expected behaviour
I'd expect Warp to adapt to the new shell, keeping the command separation and everything working as usual.
Screenshots
Screenshot using the default zsh shell with warp (running with all features):
After running zsh and launching a subshell:
Operating System
MacOS
OS Version
11.5.1
Additional context
First off: thank you all very much for a great product! I think it's a big step up in a lot of respects and I'm very curious to see where it goes from here!
Regarding the actual issue:
I use a Nix setup on my machine, so to start shells, I use the `nix-shell` command (both for my main environment and for project-specific shells). Sadly, this means that I lose all the fancy features that Warp provides when using shells with all the commands that I need for my workflow.
Admittedly, the Nix setup on my Mac is pretty poor, so that may be part of the problem, but I'd also expect Warp to handle subshells regardless.
I expect that (part of) the reason this happens is that when you start a new shell, the shell becomes a long-running process, so Warp probably just lets this process run as it would in any other terminal. I don't know if there's a good way around this or if Warp can recognize these commands in any way (or if it's desirable for most people). Maybe Warp could expose a user-editable list of commands that spawn new shells and that Warp should hook into somehow?
The text was updated successfully, but these errors were encountered:
Discord username (optional)
No response
Describe the bug
To Reproduce
Steps to reproduce:
bash
Expected behaviour
Screenshots
Screenshot using the default
zsh
shell with warp (running with all features):After running
zsh
and launching a subshell:Operating System
MacOS
OS Version
11.5.1
Additional context
The text was updated successfully, but these errors were encountered: