mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(zsh): correctly enable fcts marks
This commit is contained in:
parent
c09819bf94
commit
a6a5d4b53b
|
@ -44,7 +44,7 @@ function set_poshcontext() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _omp_preexec() {
|
function _omp_preexec() {
|
||||||
if [[ $_omp_ftcs_marks == 0 ]]; then
|
if [[ $_omp_ftcs_marks == 1 ]]; then
|
||||||
printf '\033]133;C\007'
|
printf '\033]133;C\007'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue