mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Merge pull request #2097 from natecox/master
Added virtualenv plugin data to af-magic theme.
This commit is contained in:
		@@ -27,7 +27,7 @@ eval my_gray='$FG[237]'
 | 
				
			|||||||
eval my_orange='$FG[214]'
 | 
					eval my_orange='$FG[214]'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# right prompt
 | 
					# right prompt
 | 
				
			||||||
RPROMPT='$my_gray%n@%m%{$reset_color%}%'
 | 
					PROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# git settings
 | 
					# git settings
 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:"
 | 
					ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user