diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-12 18:17:16 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-12 18:17:16 -0500 |
commit | 76d9112b53379993a06eeb209fc594c6b8f6ed40 (patch) | |
tree | 3df53460fef0286b43f3480ce848fc6ee795140b /oh-my-zsh/xcolour.zsh-theme | |
parent | a4902dee9b2139ac3c67a4696a2a06bdae7823b4 (diff) |
getting rid of prompt info because it's just too slow
Diffstat (limited to 'oh-my-zsh/xcolour.zsh-theme')
-rw-r--r-- | oh-my-zsh/xcolour.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh/xcolour.zsh-theme b/oh-my-zsh/xcolour.zsh-theme index 13e36e3..3ab82ff 100644 --- a/oh-my-zsh/xcolour.zsh-theme +++ b/oh-my-zsh/xcolour.zsh-theme @@ -7,7 +7,7 @@ function prompt_char { } PROMPT='%{$fg[yellow]%}%n%{$reset_color%}@%{$fg[green]%}%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%} -$(git_prompt_info)$(svn_prompt_info)$(prompt_char) %{$reset_color%}' +$(prompt_char) %{$reset_color%}' RPROMPT='%D{%r}' ZSH_THEME_GIT_PROMPT_PREFIX="(" |