From da7cc46e030159e9dd41b70efc6d1a06c4039b0d Mon Sep 17 00:00:00 2001 From: mudhorn Date: Fri, 6 Sep 2024 19:34:39 -0700 Subject: [PATCH] Update .zshrc --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index c45dfb7..667d04a 100644 --- a/.zshrc +++ b/.zshrc @@ -97,16 +97,16 @@ configure_prompt() { #[ "$EUID" -eq 0 ] && prompt_symbol=💀 case "$PROMPT_ALTERNATIVE" in twoline) - PROMPT=$'%F{%(#.blue.green)}┌──${debian_chroot:+($debian_chroot)─}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))─}(%B%F{%(#.red.blue)}%n'$prompt_symbol$'%m%b%F{%(#.blue.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.blue.green)}]\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} ' + PROMPT=$'%F{%(#.aqua.green)}┌──${debian_chroot:+($debian_chroot)─}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))─}(%B%F{%(#.red.aqua)}%n'$prompt_symbol$'%m%b%F{%(#.aqua.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.aqua.green)}]\n└─%B%(#.%F{red}#.%F{aqua}$)%b%F{reset} ' # Right-side prompt with exit codes and background processes #RPROMPT=$'%(?.. %? %F{red}%B⨯%b%F{reset})%(1j. %j %F{yellow}%B⚙%b%F{reset}.)' ;; oneline) - PROMPT=$'${debian_chroot:+($debian_chroot)}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%B%F{%(#.red.blue)}%n@%m%b%F{reset}:%B%F{%(#.blue.green)}%~%b%F{reset}%(#.#.$) ' + PROMPT=$'${debian_chroot:+($debian_chroot)}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%B%F{%(#.red.aqua)}%n@%m%b%F{reset}:%B%F{%(#.aqua.green)}%~%b%F{reset}%(#.#.$) ' RPROMPT= ;; backtrack) - PROMPT=$'${debian_chroot:+($debian_chroot)}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%B%F{red}%n@%m%b%F{reset}:%B%F{blue}%~%b%F{reset}%(#.#.$) ' + PROMPT=$'${debian_chroot:+($debian_chroot)}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%B%F{red}%n@%m%b%F{reset}:%B%F{aqua}%~%b%F{reset}%(#.#.$) ' RPROMPT= ;; esac