From 4e5fcf07c2d3a2897e93ba782cf3d9181b14635a Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Thu, 24 Aug 2017 13:44:36 +0200 Subject: [PATCH] [zsh] git integration, new unicode character (new dirty symbol) --- zsh/prompt_hyacinthe_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt_hyacinthe_setup b/zsh/prompt_hyacinthe_setup index 9824e7f..1ea479d 100644 --- a/zsh/prompt_hyacinthe_setup +++ b/zsh/prompt_hyacinthe_setup @@ -107,7 +107,7 @@ prompt_git_info() ;; esac if [ -n "$__CURRENT_GIT_BRANCH_IS_DIRTY" ]; then - s+="⚡" + s+="✗" fi s+="$__CURRENT_GIT_BRANCH" s+=")"