mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Merge pull request #1030 from solnic/master
[themes/josh] Use $(current_branch) in prompt
This commit is contained in:
		@@ -31,7 +31,7 @@ function josh_prompt {
 | 
			
		||||
    prompt=" $prompt"
 | 
			
		||||
  done
 | 
			
		||||
  
 | 
			
		||||
  prompt="%{%F{green}%}$PWD$prompt%{%F{red}%}$(rvm_prompt_info || rbenv_prompt_info)%{$reset_color%} $(git_prompt_info)"
 | 
			
		||||
  prompt="%{%F{green}%}$PWD$prompt%{%F{red}%}$(rvm_prompt_info || rbenv_prompt_info)%{$reset_color%} $(current_branch)"
 | 
			
		||||
  
 | 
			
		||||
  echo $prompt
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user