Hi :-) Here is my `bash` prompt (https://gist.github.com/kruton/8345450) : ``` PS1=$'\\[\E[0m\\]\\[\E[0;41m\\]alex\\[\E[31;42m\\]\\[\E[0;42m\\]\\h\\[\E[32;44m\\]\\[\E[0;44;30m\\]$PWD\\[\E[0;34m\\]\\[\E[0m\\]' ``` https://github.com/user-attachments/assets/679828c8-763c-400d-83f9-1d7a05cdf3d8 It works ok if I change my prompt to somthing like `PS1="test>"` Note that this does not happen with `kgx` or `ptyxis` I'm using `main` branch (flatpak build).
Hi :-)
Here is my
bashprompt (https://gist.github.com/kruton/8345450) :Screencast.From.2026-03-26.08-30-52.mp4
It works ok if I change my prompt to somthing like
PS1="test>"Note that this does not happen with
kgxorptyxisI'm using
mainbranch (flatpak build).