Closed snoblenet closed 1 year ago
Does not reproduce for me with those steps. Most likely you changed something in your shell rc files which is conflicting with kitty's shell integration, causing the issues. Bisect them.
Turns out a script on the instance was enabling verbose on the parent shell.
Disabling verbose was enough to revert the behaviour.
set +o verbose
Describe the bug
About two weeks ago, I started a project that required me to use SSH all the time.
I found that various keycodes were not being recognised -- e.g. backspace -- and I solved the issue by adding this to my
~/.zshrc
:[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
About two days ago, the following message started appearing at my prompt when using
ssh
:builtin declare -F _ksi_prompt_command > /dev/null 2> /dev/null && _ksi_prompt_command
Also, other strange behaviour has begun. For example, if I type
ls mi<tab>
to autocomplete tols migrations
, I now see this instead:To Reproduce
Environment details
Additional context
The AWS EC2 instance that I am connecting to is running Ubuntu and is based on ami-04e601abe3e1a910f.