Browse code

Add lukerandall.zsh-theme

Luke Randall authored on 05/09/2010 at 14:52:38
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
0
+# ZSH Theme - Preview: http://cl.ly/f701d00760f8059e06dc
1
+# Thanks to gallifrey, upon whose theme this is based
2
+
3
+local return_code="%(?..%{$fg_bold[red]%}%? ↵%{$reset_color%})"
4
+
5
+PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[blue]%}%2~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B»%b '
6
+RPS1="${return_code}"
7
+
8
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}("
9
+ZSH_THEME_GIT_PROMPT_SUFFIX=") %{$reset_color%}"