summaryrefslogtreecommitdiff
path: root/themes/robbyrussell.zsh-theme
diff options
context:
space:
mode:
authornv035674 <37336037+nv035674@users.noreply.github.com>2019-09-13 16:30:17 -0500
committerMarc Cornellà <marc.cornella@live.com>2019-09-13 23:30:17 +0200
commit32338fd40cae45c775dadc34ae05476811a3834b (patch)
tree31f4fe95f6ff36f18e096d4971b749a45ebdd28e /themes/robbyrussell.zsh-theme
parent576e0992cac8a0cc4f824e20c0d60188578dd158 (diff)
downloadzsh-32338fd40cae45c775dadc34ae05476811a3834b.tar.gz
zsh-32338fd40cae45c775dadc34ae05476811a3834b.tar.bz2
zsh-32338fd40cae45c775dadc34ae05476811a3834b.zip
robbyrussell: restore prompt spacing (#8148)
Diffstat (limited to 'themes/robbyrussell.zsh-theme')
-rw-r--r--themes/robbyrussell.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme
index 4df8433e3..2fd5f2cdc 100644
--- a/themes/robbyrussell.zsh-theme
+++ b/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]%}"