mirror of
https://github.com/akelge/zsh
synced 2025-08-14 06:18:19 +00:00
minor change
This commit is contained in:
@ -50,7 +50,7 @@ echo
|
|||||||
|
|
||||||
print -nP "$FX[bold]oh-my-posh: "
|
print -nP "$FX[bold]oh-my-posh: "
|
||||||
if type oh-my-posh > /dev/null; then
|
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
|
else
|
||||||
print -P "$FG[001]absent$FX[reset]"
|
print -P "$FG[001]absent$FX[reset]"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user