Skip to content

Commit 0a9ea03

Browse files
authored
fix: unicode number for ArrowLeft & ArrowRight (#49)
1 parent e2b9589 commit 0a9ea03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/UI/Color.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ alias UI.Powerline.IsAvailable="UI.Color.IsAvailable && test -z \${NO_UNICODE-}
7878
if UI.Powerline.IsAvailable
7979
then
8080
alias UI.Powerline.PointingArrow="echo -e $'\u27a1'"
81-
alias UI.Powerline.ArrowLeft="echo -e $'\ue0b2'"
82-
alias UI.Powerline.ArrowRight="echo -e $'\ue0b0'"
81+
alias UI.Powerline.ArrowLeft="echo -e $'\u25c0'"
82+
alias UI.Powerline.ArrowRight="echo -e $'\u25b6'"
8383
alias UI.Powerline.ArrowRightDown="echo -e $'\u2198'"
8484
alias UI.Powerline.ArrowDown="echo -e $'\u2B07'"
8585
alias UI.Powerline.PlusMinus="echo -e $'\ue00b1'"

0 commit comments

Comments
 (0)