Proper utf-8 symbol for SEGMENT_SEPARATOR

This commit is contained in:
Panagiotis Moustafellos 2015-06-23 15:28:44 +03:00
commit 4c602c0f4b

View file

@ -29,7 +29,7 @@ CURRENT_BG='NONE'
# Fix odd char on mac # Fix odd char on mac
if [[ `uname` == 'Darwin' ]]; then if [[ `uname` == 'Darwin' ]]; then
SEGMENT_SEPARATOR='\ue0b0' SEGMENT_SEPARATOR='\u2b80'
else else
SEGMENT_SEPARATOR='' SEGMENT_SEPARATOR=''
fi fi