1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-09-16 15:39:08 +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,5 +1,5 @@
# Inspired by many other themes
PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~%{$(git_prompt_info)%}%{$reset_color%}» '
PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}"