minor change

This commit is contained in:
Andrea Mistrali 2021-12-17 12:38:42 +01:00
parent ee52b6a547
commit 4a7b17c07b
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
1 changed files with 1 additions and 1 deletions

View File

@ -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