mirror of https://github.com/akelge/zsh
minor change
This commit is contained in:
parent
ee52b6a547
commit
4a7b17c07b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue