mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 05:01:17 +08:00 
			
		
		
		
	Modification to the frisk theme to work with the BZR lib
This commit is contained in:
		
							parent
							
								
									efc37c1f71
								
							
						
					
					
						commit
						248890b6e6
					
				@ -10,13 +10,3 @@ ZSH_THEME_GIT_PROMPT_PREFIX=$ZSH_THEME_SCM_PROMPT_PREFIX$GIT_CB
 | 
			
		||||
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
 | 
			
		||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
 | 
			
		||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
 | 
			
		||||
 | 
			
		||||
## Bazaar integration
 | 
			
		||||
bzr_prompt_info() {
 | 
			
		||||
	BZR_CB=`bzr nick 2> /dev/null | grep -v "ERROR" | cut -d ":" -f2 | awk -F / '{print "bzr::"$1}'`
 | 
			
		||||
	if [ -n "$BZR_CB" ]; then
 | 
			
		||||
		BZR_DIRTY=""
 | 
			
		||||
		[[ -n `bzr status` ]] && BZR_DIRTY="%{$fg[red]%} *%{$reset_color%}"
 | 
			
		||||
		echo "$ZSH_THEME_SCM_PROMPT_PREFIX$BZR_CB$BZR_DIRTY$ZSH_THEME_GIT_PROMPT_SUFFIX"
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user