]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/wezm+.zsh-theme
fee3eb08e1d5dbf3ba8d0c2de3b5d438876fd8c7
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / wezm+.zsh-theme
1 PROMPT='%{${fg_bold[yellow]}%}%n%{$reset_color%}%{${fg[yellow]}%}@%m%{$reset_color%} $(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]%})"