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