mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-30 04:21:19 -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() {
|
||||
if [[ $_omp_ftcs_marks == 0 ]]; then
|
||||
if [[ $_omp_ftcs_marks == 1 ]]; then
|
||||
printf '\033]133;C\007'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue