From 2add3fe13e46c8c7b118436f8b417c2113421aeb Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 23 Apr 2015 16:15:27 +0200 Subject: [PATCH] Changes to repo_char --- zsh.d/zshfunctions/repo_char | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh.d/zshfunctions/repo_char b/zsh.d/zshfunctions/repo_char index 2db5316..6adbcef 100644 --- a/zsh.d/zshfunctions/repo_char +++ b/zsh.d/zshfunctions/repo_char @@ -1,5 +1,6 @@ function repo_char { - git branch > /dev/null 2> /dev/null && echo '±:' && return + #git branch > /dev/null 2> /dev/null && echo '±:' && return + git branch > /dev/null 2> /dev/null && echo '\u00b1:' && return svn info > /dev/null 2> /dev/null && echo '\u13a6:' && return # git branch > /dev/null 2> /dev/null && echo 'git:' && return # svn info > /dev/null 2> /dev/null && echo 'svn:' && return