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
a649b2d4
Commit
a649b2d4
authored
May 05, 2010
by
Andy Fowler
Committed by
Robby Russell
May 08, 2010
Browse files
happy with my theme. caret turns red for root
parent
6213f330
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/afowler.zsh-theme
View file @
a649b2d4
if [ "$(whoami)" = "root" ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)%{${fg
[blue
]}%}»%{${reset_color}%} '
PROMPT='%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)%{${fg
_bold[$CARETCOLOR
]}%}»%{${reset_color}%} '
RPS1="${return_code}"
...
...
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