From 9de49e0911a8d3ccf75578ed66d747f042572c62 Mon Sep 17 00:00:00 2001 From: mudhorn Date: Fri, 6 Sep 2024 19:54:04 -0700 Subject: [PATCH] Update .zshrc --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 57ae01e..e10830f 100644 --- a/.zshrc +++ b/.zshrc @@ -97,12 +97,12 @@ configure_prompt() { #[ "$EUID" -eq 0 ] && prompt_symbol=💀 case "$PROMPT_ALTERNATIVE" in twoline) - PROMPT=$'%F{%(#.#008080.green)}┌──${debian_chroot:+($debian_chroot)─}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))─}(%B%F{%(#.red.#008080)}%n'$prompt_symbol$'%m%b%F{%(#.#008080.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.#008080.green)}]\n└─%B%(#.%F{red}#.%F{#008080}$)%b%F{reset} ' + PROMPT=$'%F{%(#.#008080.#31A6A6)}┌──${debian_chroot:+($debian_chroot)─}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))─}(%B%F{%(#.red.#008080)}%n'$prompt_symbol$'%m%b%F{%(#.#008080.#31A6A6)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.#008080.#31A6A6)}]\n└─%B%(#.%F{red}#.%F{#008080}$)%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.#008080)}%n@%m%b%F{reset}:%B%F{%(#.#008080.green)}%~%b%F{reset}%(#.#.$) ' + PROMPT=$'${debian_chroot:+($debian_chroot)}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%B%F{%(#.red.#008080)}%n@%m%b%F{reset}:%B%F{%(#.#008080.#31A6A6)}%~%b%F{reset}%(#.#.$) ' RPROMPT= ;; backtrack)