mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Merge pull request #3339 from Xophmeister/master
Minor cosmetic fix to minimal theme
This commit is contained in:
		@@ -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 '
 | 
			
		||||
PROMPT='%2~ $(vcs_status)»%b '
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user