Skip to content

Commit

Permalink
fix: unicode number for ArrowLeft & ArrowRight (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
bborysenko committed Aug 1, 2020
1 parent e2b9589 commit 0a9ea03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/UI/Color.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ alias UI.Powerline.IsAvailable="UI.Color.IsAvailable && test -z \${NO_UNICODE-}
if UI.Powerline.IsAvailable
then
alias UI.Powerline.PointingArrow="echo -e $'\u27a1'"
alias UI.Powerline.ArrowLeft="echo -e $'\ue0b2'"
alias UI.Powerline.ArrowRight="echo -e $'\ue0b0'"
alias UI.Powerline.ArrowLeft="echo -e $'\u25c0'"
alias UI.Powerline.ArrowRight="echo -e $'\u25b6'"
alias UI.Powerline.ArrowRightDown="echo -e $'\u2198'"
alias UI.Powerline.ArrowDown="echo -e $'\u2B07'"
alias UI.Powerline.PlusMinus="echo -e $'\ue00b1'"
Expand Down

0 comments on commit 0a9ea03

Please sign in to comment.