diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-02-26 14:56:28 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-02-26 14:56:28 -0700 |
commit | 8d6bb05e4251eca675ec0dfb45686dc1314e8989 (patch) | |
tree | 89eff40cab670448252335ec4f5cf94b20294c95 /scripts/powerline.sh | |
parent | 8e1c0663dfecc1cd63c8ccc57ee2f3365c307a66 (diff) |
Switching code points
Diffstat (limited to 'scripts/powerline.sh')
-rwxr-xr-x | scripts/powerline.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/powerline.sh b/scripts/powerline.sh index 87fe0c5..a2cd3c5 100755 --- a/scripts/powerline.sh +++ b/scripts/powerline.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RS='\ue0bc' -LS='\ue0b8' +RS='\ue0b4' +LS='\ue0b4' WAN_SYMBOL='\uf0ee' LAN_SYMBOL='\uf0ed' |