petobens / trueline

Fast and extensible bash powerline prompt with true color and fancy icon support
MIT License
385 stars 36 forks source link

Not compatible with VTE #43

Closed thmxv closed 2 years ago

thmxv commented 3 years ago

Trueline completely overwrite PROMPT_COMMAND, while it is already set to something necessary for VTE. I think a better way to set the prompt command would be to add the trueline command to the ones in PROMPT_COMMAND already instead of overwriting them PROMPT_COMMAND="_trueline_prompt_command; ${PROMPT_COMMAND}"