From 4a7b17c07b21b3632b35342eeba654a5a7d5e366 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Fri, 17 Dec 2021 12:38:42 +0100 Subject: [PATCH] minor change --- zsh.d/zshfunctions/status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/zshfunctions/status b/zsh.d/zshfunctions/status index c7b10b5..0e6ca2d 100644 --- a/zsh.d/zshfunctions/status +++ b/zsh.d/zshfunctions/status @@ -50,7 +50,7 @@ echo print -nP "$FX[bold]oh-my-posh: " if type oh-my-posh > /dev/null; then - print -P "$FG[002]installed$FX[reset] $FX[bold]- theme: '$FG[002]$POSH_THEME'$FX[reset]" + print -P "$FG[002]installed$FX[reset] $FX[bold]- theme: $FG[002]$POSH_THEME$FX[reset]" else print -P "$FG[001]absent$FX[reset]" fi