commit | 908e020a0bf9b7bfbbc0d260e350b0feff74dc05 | [log] [tgz] |
---|---|---|
author | Jesus de Mula Cano <demula@gmail.com> | 周日 3月 06 18:09:32 2011 +0100 |
committer | Jesus de Mula Cano <demula@gmail.com> | 周日 3月 06 18:09:32 2011 +0100 |
tree | b907fce417359dae06ace5b5002a28c8838b974e | |
parent | 5f8e0c49d67b680f30113bc58ce0bf9e658996f4 [diff] | |
parent | 6dd943a23e8b0d1ed41ffa8d784446ba27f52c1f [diff] |
Merge remote-tracking branch 'upstream/master'
diff --git a/themes/base.theme.bash b/themes/base.theme.bash index 56629b9..7087662 100644 --- a/themes/base.theme.bash +++ b/themes/base.theme.bash
@@ -22,6 +22,7 @@ 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'