]> src.twobees.de Git - dotfiles.git/blob - skaro.zsh-theme
84b7b11b079e1dfb0d2068de5a0414a46099afdd
[dotfiles.git] / skaro.zsh-theme
1 PROMPT='%{$fg_bold[green]%}%h %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$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]%})"
7