From 0d6ad158111b3a803754aaaedb99a25b28a9c2ec Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Fri, 17 Nov 2023 20:11:11 +0000 Subject: [PATCH] fix --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index ed33f9a..1f7d3f9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -103,7 +103,8 @@ prompt_workspace() { print -n "\e]2;${match[1]}\a" >/dev/tty 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 }