aboutsummaryrefslogtreecommitdiff
path: root/modules/zsh/themes
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2025-05-21 23:59:41 -0400
committerstefan <stefan@s00.xyz>2025-05-21 23:59:41 -0400
commit02780906808ef15ad3dc4709fcadac13acffa0b8 (patch)
tree02d7b4b5aa4ae912627f335e1eec9da5623124f8 /modules/zsh/themes
parent5e9c5436692dd4e28a9cfef901ceec2897a33fbb (diff)
downloadhome-02780906808ef15ad3dc4709fcadac13acffa0b8.tar.gz
`modules/zsh`: update
Diffstat (limited to 'modules/zsh/themes')
-rw-r--r--modules/zsh/themes/simple.zsh-theme2
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)% '