]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/robbyrussell.zsh-theme
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / robbyrussell.zsh-theme
1 PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
2 PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
3
4 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
5 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
6 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
7 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"