summaryrefslogtreecommitdiff
path: root/prompt.zsh
diff options
context:
space:
mode:
authorGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 18:46:16 +0100
committerGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 18:46:16 +0100
commit857ec726c8a713db5dbff79e1d3b80ba08e02768 (patch)
tree91e17c9979e2108e6b53866a27ee1158a0b7750c /prompt.zsh
parent3ab0d639d0f6feaf6612badd932542d206fc5450 (diff)
parenta19d1c0f53efbbc97eeaee4e496063abf7bf689d (diff)
downloadzsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.tar.gz
zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.tar.bz2
zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.zip
Merge branch master
Diffstat (limited to 'prompt.zsh')
-rw-r--r--prompt.zsh3
1 files changed, 1 insertions, 2 deletions
diff --git a/prompt.zsh b/prompt.zsh
index d191af7f5..31c33feb5 100644
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -29,5 +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%}'
-PROMPT='%m:%1/$(git_prompt_info) %n\$ '
+source "$ZSH/themes/$ZSH_THEME.zsh-theme"