summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-06-05 08:06:32 -0700
committerRobby Russell <robby@planetargon.com>2015-06-05 08:06:32 -0700
commit51e366e5462e6be7f7658c8285e6741531ede744 (patch)
tree0c3254bf2a7b368a74f99676f637741f786a3297 /themes
parent4c21557862bbfa5523193f4bbb8ddbf91d88e827 (diff)
parent663d43241cd890c2fa78040a612c6d424674c5f9 (diff)
downloadzsh-51e366e5462e6be7f7658c8285e6741531ede744.tar.gz
zsh-51e366e5462e6be7f7658c8285e6741531ede744.tar.bz2
zsh-51e366e5462e6be7f7658c8285e6741531ede744.zip
Merge pull request #3339 from Xophmeister/master
Minor cosmetic fix to minimal theme
Diffstat (limited to 'themes')
-rw-r--r--themes/minimal.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/minimal.zsh-theme b/themes/minimal.zsh-theme
index a2a16031f..fbd620225 100644
--- a/themes/minimal.zsh-theme
+++ b/themes/minimal.zsh-theme
@@ -1,6 +1,6 @@
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[white]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX=""
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}●%{$reset_color%}]%{$reset_color%} "
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}●%{$fg[white]%}]%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN="]%{$reset_color%} "
ZSH_THEME_SVN_PROMPT_PREFIX=$ZSH_THEME_GIT_PROMPT_PREFIX
ZSH_THEME_SVN_PROMPT_SUFFIX=$ZSH_THEME_GIT_PROMPT_SUFFIX
@@ -15,4 +15,4 @@ vcs_status() {
fi
}
-PROMPT='%2~ $(vcs_status)»%b ' \ No newline at end of file
+PROMPT='%2~ $(vcs_status)»%b '