2019-11-20 18:26:18 -07:00
|
|
|
|
# ZSH Theme - Preview: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#gallifrey
|
2019-01-31 06:57:37 -07:00
|
|
|
|
return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
|
|
|
|
host_color="%(!.%{$fg[red]%}.%{$fg[green]%})"
|
2009-11-12 21:10:21 -07:00
|
|
|
|
|
2019-01-31 06:57:37 -07:00
|
|
|
|
PROMPT="${host_color}%m%{$reset_color%} %2~ \$(git_prompt_info)%{$reset_color%}%B»%b "
|
2009-11-12 21:10:21 -07:00
|
|
|
|
RPS1="${return_code}"
|
|
|
|
|
|
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
|
|
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
2019-01-31 06:57:37 -07:00
|
|
|
|
|
|
|
|
|
unset return_code host_color
|