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
🤖 fix: set TERM_PROGRAM and disable problematic zsh features
- Set TERM_PROGRAM=cmux to identify embedded terminal
- Set DISABLE_AUTO_TITLE=true to prevent title escape sequences
- Set ZSH_AUTOSUGGEST_STRATEGY=history for simpler completions
- Reduces rendering issues with complex zsh plugins/prompts
User can detect cmux terminal in .zshrc with:
if [[ $TERM_PROGRAM == 'cmux' ]]; then
# Use simpler prompt/plugins
fi
_Generated with `cmux`_
0 commit comments