Merge remote-tracking branch 'upstream/master'
commit
908e020a0b
|
|
@ -22,6 +22,7 @@ RVM_THEME_PROMPT_SUFFIX='|'
|
|||
|
||||
function scm {
|
||||
if [[ -d .git ]]; then SCM=$GIT
|
||||
elif [[ -n "$(git symbolic-ref HEAD 2> /dev/null)" ]]; then SCM=$GIT
|
||||
elif [[ -d .hg ]]; then SCM=$HG
|
||||
elif [[ -d .svn ]]; then SCM=$SVN
|
||||
else SCM='NONE'
|
||||
|
|
|
|||
Loading…
Reference in New Issue