1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

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
parent 57e0d28d33
commit 70fd6b0733
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%}"