Browse Source

robbyrussell: restore prompt spacing (#8148)

nv035674 4 years ago
parent
commit
32338fd40c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/robbyrussell.zsh-theme

+ 1 - 1
themes/robbyrussell.zsh-theme

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