mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
8 lines
282 B
Bash
8 lines
282 B
Bash
# Inspired by the gallifrey theme.
|
||
# http://twitpic.com/8dzyli/full
|
||
|
||
PROMPT='%{$fg[yellow]%}%2~%{$reset_color%} %B»%b '
|
||
RPROMPT='%{$fg[$NCOLOR]%}$(git_prompt_info)%{$reset_color%}'
|
||
|
||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
||
ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"
|