summaryrefslogtreecommitdiff
path: root/themes/robbyrussell.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-08-31 07:45:31 -0700
committerRobby Russell <robby@planetargon.com>2009-08-31 07:45:31 -0700
commit2c9f74b5c3f6910e7c66601008e9ddd0444b70c7 (patch)
tree61b47d262ae8c38ecdebc8f9b1085108675e1dea /themes/robbyrussell.zsh-theme
parent908fead30300c33a9eadc975309442a5ccf4f859 (diff)
downloadzsh-2c9f74b5c3f6910e7c66601008e9ddd0444b70c7.tar.gz
zsh-2c9f74b5c3f6910e7c66601008e9ddd0444b70c7.tar.bz2
zsh-2c9f74b5c3f6910e7c66601008e9ddd0444b70c7.zip
Adding theme support so that people can share their zsh prompts with others. Users can set which theme to load in zshrc now.
Diffstat (limited to 'themes/robbyrussell.zsh-theme')
-rw-r--r--themes/robbyrussell.zsh-theme1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme
new file mode 100644
index 000000000..d45796f7c
--- /dev/null
+++ b/themes/robbyrussell.zsh-theme
@@ -0,0 +1 @@
+PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'