/usr/bin/ssh
SHIFT
-ENTER
or use \
and ENTER
to continue your command on the next line.read
commandread
built-in command to break Warp's integration with Fish. This means that using read
directly or any Fish scripts that call read
will not work as expected in Warp. That issue is resolved in the Fish repository and so should be fixed in the next release of Fish itself.$TERM_PROGRAM != "WarpTerminal"
, see below for a full example.ZDOTDIR=/
in a ~/.zshenv
file. This forces zsh to run with zero configs.WarpTerminal
flag until we find the culprit. When you do find what's incompatible please let us know and we'll add it to the list below.test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" || true
.bash_profile
and .bashrc
.TERM_PROGRAM
environment variable. The two important files in this case are:~/.config/fish/conf.d/00_fig_pre.fish
~/.config/fish/conf.d/99_fig_post.fish