From 4c602c0f4b504bdb43ee32c853c762900bfd2390 Mon Sep 17 00:00:00 2001 From: Panagiotis Moustafellos Date: Tue, 23 Jun 2015 15:28:44 +0300 Subject: [PATCH] Proper utf-8 symbol for SEGMENT_SEPARATOR --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 3a0c58b89..511925294 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -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