Skip to content

Commit

Permalink
fix(zsh): correctly enable fcts marks
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 1, 2024
1 parent c09819b commit a6a5d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/scripts/omp.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6a5d4b

Please sign in to comment.