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
I have this issue recently, when I use fzf with bash. After pressing Ctrl+r to search history, the output will have some junk on that. My shell is bash.
I debugged it and found that it started with --posix as default with no profile. and the bug is somewhere on bash-preexec.bash. Because when I start new bash freshly or source ghostty.bash without source bash-preexec.sh, it works fine