This commit is contained in:
Christian Nieves
2023-11-17 20:11:11 +00:00
parent 6512ecaf4d
commit 0d6ad15811

View File

@ -103,7 +103,8 @@ prompt_workspace() {
print -n "\e]2;${match[1]}\a" >/dev/tty print -n "\e]2;${match[1]}\a" >/dev/tty
GPROMPT=$(print -r -- "$match[1]") GPROMPT=$(print -r -- "$match[1]")
p10k segment -b 44 -f white -t $GPROMPT # #fff is different than white i guess
p10k segment -b 63 -f '#fff' -t $GPROMPT
fi fi
} }