Open aymanbagabas opened 1 year ago
Make Termenv aware of TERMENV_TTY and assume tty using environment variables.
This also checks the actual value of CI instead of its length.
CI
Fixes: 1111971edffa ("Don't run OSC queries on CI")
That would however reintroduce issues with CIs like CircleCI.
Changed the PR to add a new TERMENV_TTY variable and check the value of CI
TERMENV_TTY
Make Termenv aware of TERMENV_TTY and assume tty using environment variables.
This also checks the actual value of
CI
instead of its length.Fixes: 1111971edffa ("Don't run OSC queries on CI")