We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b9589 commit 0a9ea03Copy full SHA for 0a9ea03
lib/UI/Color.sh
@@ -78,8 +78,8 @@ alias UI.Powerline.IsAvailable="UI.Color.IsAvailable && test -z \${NO_UNICODE-}
78
if UI.Powerline.IsAvailable
79
then
80
alias UI.Powerline.PointingArrow="echo -e $'\u27a1'"
81
- alias UI.Powerline.ArrowLeft="echo -e $'\ue0b2'"
82
- alias UI.Powerline.ArrowRight="echo -e $'\ue0b0'"
+ alias UI.Powerline.ArrowLeft="echo -e $'\u25c0'"
+ alias UI.Powerline.ArrowRight="echo -e $'\u25b6'"
83
alias UI.Powerline.ArrowRightDown="echo -e $'\u2198'"
84
alias UI.Powerline.ArrowDown="echo -e $'\u2B07'"
85
alias UI.Powerline.PlusMinus="echo -e $'\ue00b1'"
0 commit comments