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