11 lines
		
	
	
	
		
			462 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			462 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}"
 | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
 | |
| ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}✔ "
 | |
| ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
 | |
| 
 | |
| PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
 | |
| )
 | |
| %{$fg[red]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
 | |
| %{$fg[green]%}$%{$reset_color%} '
 | |
| 
 | |
| #RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'
 |