summaryrefslogtreecommitdiff
path: root/themes/garyblessington.zsh-theme
diff options
context:
space:
mode:
authorToon Claes <toon@tonotdo.com>2009-11-09 22:05:00 +0100
committerToon Claes <toon@tonotdo.com>2009-11-09 22:05:00 +0100
commit5246e103c54b7e503cb0c7a715a9d88dc5a4f0e1 (patch)
treeba9aa6892e31acb6de90cd09cf0b63a9885854cf /themes/garyblessington.zsh-theme
parent147f1dc70212662fc60a5c21f87dda6b22993c74 (diff)
downloadzsh-5246e103c54b7e503cb0c7a715a9d88dc5a4f0e1.tar.gz
zsh-5246e103c54b7e503cb0c7a715a9d88dc5a4f0e1.tar.bz2
zsh-5246e103c54b7e503cb0c7a715a9d88dc5a4f0e1.zip
Fixed all themes so tab-completion doesn't move the cursor to a weird position
Diffstat (limited to 'themes/garyblessington.zsh-theme')
-rw-r--r--themes/garyblessington.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garyblessington.zsh-theme b/themes/garyblessington.zsh-theme
index 9431be6d8..b4f84a71c 100644
--- a/themes/garyblessington.zsh-theme
+++ b/themes/garyblessington.zsh-theme
@@ -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%}"