]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/jbergantine.zsh-theme
8e9a8ee959e2623b65d2cbfd7bcb43f92edfd992
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / jbergantine.zsh-theme
1 PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%} %{$fg[cyan]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[white]%} % %{$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[white]%}) %{$fg[yellow]%}✗%{$reset_color%}"
6 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%})"