Skip to content

Commit

Permalink
feat(amuse): add whitespace before virtualenv (ohmyzsh#12423)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiete201 authored May 15, 2024
1 parent a8a747e commit fb91ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/amuse.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb91ca2

Please sign in to comment.