]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/gallifrey.zsh-theme
47b057fa369c14b982a4b68ff127c1ea084bab1f
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / gallifrey.zsh-theme
1 # ZSH Theme - Preview: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#gallifrey
2 return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
3 host_color="%(!.%{$fg[red]%}.%{$fg[green]%})"
4
5 PROMPT="${host_color}%m%{$reset_color%} %2~ \$(git_prompt_info)%{$reset_color%}%B»%b "
6 RPS1="${return_code}"
7
8 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
9 ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
10
11 unset return_code host_color