conf2/zsh/.oh-my-zsh/themes/gallifrey.zsh-theme

12 lines
430 B
Plaintext
Raw Normal View History

2019-10-24 19:09:05 +00:00
# ZSH Theme - Preview: https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#gallifrey
return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
host_color="%(!.%{$fg[red]%}.%{$fg[green]%})"
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
PROMPT="${host_color}%m%{$reset_color%} %2~ \$(git_prompt_info)%{$reset_color%}%B»%b "
2019-01-12 15:47:23 +00:00
RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}"
2019-10-24 19:09:05 +00:00
unset return_code host_color