Browse code

Added theme "jreese" to oh-my-zsh

John Reese authored on 08/04/2010 at 18:11:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
0
+if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="green"; fi
1
+local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
2
+
3
+PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %2~ \
4
+$(git_prompt_info)\
5
+%{$fg[red]%}%(!.#.»)%{$reset_color%} '
6
+PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
7
+RPS1='${return_code}'
8
+
9
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}±%{$fg[yellow]%}"
10
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
11
+ZSH_THEME_GIT_PROMPT_CLEAN=""
12
+ZSH_THEME_GIT_PROMPT_DIRTY="⚡"
13
+