Fixed all themes so tab-completion doesn't move the cursor to a weird position

This commit is contained in:
Toon Claes 2009-11-09 22:05:00 +01:00
commit 5246e103c5
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
PROMPT='%{%{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}: '
PROMPT='%{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}: '
ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[blue]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"