Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
851899e5
Commit
851899e5
authored
Jan 31, 2019
by
Brian Hong
Committed by
Marc Cornellà
Jan 31, 2019
Browse files
theme/gallifrey: set color to red if root (#6203)
parent
83ce8d05
Changes
1
Show whitespace changes
Inline
Side-by-side
themes/gallifrey.zsh-theme
View file @
851899e5
# ZSH Theme - Preview: https://flic.kr/p/ZFvivf
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
# 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]%})"
PROMPT=
'%{$fg[green]%
}%m%{$reset_color%} %2~ $(git_prompt_info)%{$reset_color%}%B»%b
'
PROMPT=
"${host_color
}%m%{$reset_color%} %2~
\
$(git_prompt_info)%{$reset_color%}%B»%b
"
RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
unset return_code host_color
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment