]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/afowler.zsh-theme
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / afowler.zsh-theme
1 PROMPT='%m %B%F{blue}:: %b%F{green}%3~ $(hg_prompt_info)$(git_prompt_info)%B%(!.%F{red}.%F{blue})»%f%b '
2 RPS1='%(?..%F{red}%? ↵%f)'
3
4 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
5 ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
6
7 ZSH_THEME_HG_PROMPT_PREFIX="%{$fg[magenta]%}hg:‹%{$fg[yellow]%}"
8 ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[magenta]%}› %{$reset_color%}"
9 ZSH_THEME_HG_PROMPT_DIRTY=" %{$fg[red]%}✗"
10 ZSH_THEME_HG_PROMPT_CLEAN=""