diff --git a/src/Private/GitFunctions.ps1 b/src/Private/GitFunctions.ps1 index cfe667e..bfce4a7 100644 --- a/src/Private/GitFunctions.ps1 +++ b/src/Private/GitFunctions.ps1 @@ -114,7 +114,7 @@ function Get-GitColorAndIcon{ } if($hideIcons){ - $gitGlyph = "√"; + $gitGlyph = "$([char]0x221a)"; }else{ $gitGlyph = $glyphs["nf-fa-check"] } @@ -148,4 +148,4 @@ function Get-GitColorAndIcon{ } $gitColorAndIcon = "${gitColor}${gitGlyph} " return $gitColorAndIcon -} \ No newline at end of file +}