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