mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Proper utf-8 symbol for SEGMENT_SEPARATOR
This commit is contained in:
parent
599831b85a
commit
4c602c0f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ CURRENT_BG='NONE'
|
|||
|
||||
# Fix odd char on mac
|
||||
if [[ `uname` == 'Darwin' ]]; then
|
||||
SEGMENT_SEPARATOR='\ue0b0'
|
||||
SEGMENT_SEPARATOR='\u2b80'
|
||||
else
|
||||
SEGMENT_SEPARATOR=''
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue