]> src.twobees.de Git - dotfiles.git/blob - themes/wezm.zsh-theme
up
[dotfiles.git] / themes / wezm.zsh-theme
1 PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
2 RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
3
4 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("
5 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
6 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[red]%}⚡%{$reset_color%}"
7 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"