diff options
| author | Fritz Reichwald <reichwald@b1-systems.de> | 2024-05-15 19:27:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-15 19:27:21 +0200 |
| commit | fb91ca27a2d65b834e98a3986cfee73ad82ea412 (patch) | |
| tree | 3e7d78f34883d5ed4a63acef9890c8fc0548a7e7 /themes/amuse.zsh-theme | |
| parent | a8a747e18abe41b26de0b892e888ad5c386abc3f (diff) | |
| download | zsh-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-theme | 2 |
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 |
