1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-05 17:10:29 +01: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 147f1dc702
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%}"