From 7b440b2e851c9165cc28bd1bdc3856e0b7781165 Mon Sep 17 00:00:00 2001 From: Dan Burkert Date: Fri, 18 Jan 2013 21:16:48 -0500 Subject: [PATCH] Update agnoster to use new powerline codepoints See https://github.com/Lokaltog/powerlin://github.com/Lokaltog/powerline and http://lokaltog.github.com/powerline/fontpatching.html --- themes/agnoster.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index c3107c06c..b37a325b9 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -26,7 +26,7 @@ # A few utility functions to make it easy and re-usable to draw segmented prompts CURRENT_BG='NONE' -SEGMENT_SEPARATOR='⮀' +SEGMENT_SEPARATOR='' # Begin a segment # Takes two arguments, background and foreground. Both can be omitted, @@ -79,7 +79,7 @@ prompt_git() { else prompt_segment green black fi - echo -n "${ref/refs\/heads\//⭠ }$dirty" + echo -n "${ref/refs\/heads\// }$dirty" fi }