Commit 51e366e5 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3339 from Xophmeister/master

Minor cosmetic fix to minimal theme
parents 4c215578 663d4324
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 '
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment