repo_char

This commit is contained in:
Andrea Mistrali 2015-01-20 16:46:37 +00:00
parent 4e922859b8
commit db1cbdf079
2 changed files with 4 additions and 4 deletions

View File

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

Binary file not shown.