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