summaryrefslogtreecommitdiff
path: root/prompt.zsh
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 /prompt.zsh
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 'prompt.zsh')
-rw-r--r--prompt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.zsh b/prompt.zsh
index 09481ded9..d6c35a652 100644
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -29,4 +29,4 @@ setopt prompt_subst
export LSCOLORS="Gxfxcxdxbxegedabagacad"
-PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+source "$ZSH/themes/$ZSH_THEME.zsh-theme" \ No newline at end of file