Changes to repo_char

This commit is contained in:
Andrea Mistrali 2015-04-23 16:15:27 +02:00
parent 7847e28af9
commit 2add3fe13e
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
function repo_char { 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 svn info > /dev/null 2> /dev/null && echo '\u13a6:' && return
# git branch > /dev/null 2> /dev/null && echo 'git:' && return # git branch > /dev/null 2> /dev/null && echo 'git:' && return
# svn info > /dev/null 2> /dev/null && echo 'svn:' && return # svn info > /dev/null 2> /dev/null && echo 'svn:' && return