summaryrefslogtreecommitdiff
path: root/themes/amuse.zsh-theme
diff options
context:
space:
mode:
authorFritz Reichwald <reichwald@b1-systems.de>2024-05-15 19:27:21 +0200
committerGitHub <noreply@github.com>2024-05-15 19:27:21 +0200
commitfb91ca27a2d65b834e98a3986cfee73ad82ea412 (patch)
tree3e7d78f34883d5ed4a63acef9890c8fc0548a7e7 /themes/amuse.zsh-theme
parenta8a747e18abe41b26de0b892e888ad5c386abc3f (diff)
downloadzsh-fb91ca27a2d65b834e98a3986cfee73ad82ea412.tar.gz
zsh-fb91ca27a2d65b834e98a3986cfee73ad82ea412.tar.bz2
zsh-fb91ca27a2d65b834e98a3986cfee73ad82ea412.zip
feat(amuse): add whitespace before virtualenv (#12423)
Diffstat (limited to 'themes/amuse.zsh-theme')
-rw-r--r--themes/amuse.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/amuse.zsh-theme b/themes/amuse.zsh-theme
index d787fdaa4..cddbcd40d 100644
--- a/themes/amuse.zsh-theme
+++ b/themes/amuse.zsh-theme
@@ -17,7 +17,7 @@ $ '
RPROMPT='$(ruby_prompt_info)'
VIRTUAL_ENV_DISABLE_PROMPT=0
-ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX=" %{$fg[green]%}🐍"
+ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX=" %{$fg[green]%}🐍 "
ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_VIRTUALENV_PREFIX=$ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX
ZSH_THEME_VIRTUALENV_SUFFIX=$ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX