fix(zsh): correctly enable fcts marks
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled

This commit is contained in:
Jan De Dobbeleer 2024-10-01 08:24:56 +02:00 committed by Jan De Dobbeleer
parent c09819bf94
commit a6a5d4b53b

View file

@ -44,7 +44,7 @@ function set_poshcontext() {
}
function _omp_preexec() {
if [[ $_omp_ftcs_marks == 0 ]]; then
if [[ $_omp_ftcs_marks == 1 ]]; then
printf '\033]133;C\007'
fi