diff options
Diffstat (limited to 'modules/zsh/themes/simple.zsh-theme')
| -rw-r--r-- | modules/zsh/themes/simple.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/zsh/themes/simple.zsh-theme b/modules/zsh/themes/simple.zsh-theme index 135eed0..2777d08 100644 --- a/modules/zsh/themes/simple.zsh-theme +++ b/modules/zsh/themes/simple.zsh-theme @@ -7,5 +7,5 @@ function virtualenv_info { setopt prompt_subst prompt_percent no_prompt_bang NEWLINE=$'\n' -PROMPT='%~% %f% ${NEWLINE}λ %b%f% ' +PROMPT='%~% %f% ${NEWLINE}%b%f% ' RPROMPT='$(virtualenv_info)% ' |