Fix themes time since commit variables

This commit is contained in:
Miguel Pasadinhas 2014-12-26 20:42:01 +00:00
commit 46678c8ff1
5 changed files with 7 additions and 11 deletions

View file

@ -85,7 +85,7 @@ function git_time_since_commit() {
if [ "$MINUTES" -gt 30 ]; then
COLOR="$ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG"
elif [ "$MINUTES" -gt 10 ]; then
COLOR="$ZSH_THEME_GIT_TIME_SHORT_COMMIT_MEDIUM"
COLOR="$ZSH_THEME_GIT_TIME_SINCE_COMMIT_MEDIUM"
else
COLOR="$ZSH_THEME_GIT_TIME_SINCE_COMMIT_SHORT"
fi