diff --git a/zsh/zsh.d/zshfunctions/repo_char b/zsh/zsh.d/zshfunctions/repo_char index 9a7d04d..2db5316 100644 --- a/zsh/zsh.d/zshfunctions/repo_char +++ b/zsh/zsh.d/zshfunctions/repo_char @@ -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 } diff --git a/zsh/zsh.d/zshfunctions/repo_char.zwc b/zsh/zsh.d/zshfunctions/repo_char.zwc index 4ad4db8..cfa97ff 100644 Binary files a/zsh/zsh.d/zshfunctions/repo_char.zwc and b/zsh/zsh.d/zshfunctions/repo_char.zwc differ