From def729820b70d1cd90429ff839820754cfdd06ad Mon Sep 17 00:00:00 2001 From: chodak166 Date: Tue, 28 Jul 2026 20:02:08 +0200 Subject: [PATCH] Updated zshrc prompt --- .zshrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index c77e271..5f58c89 100644 --- a/.zshrc +++ b/.zshrc @@ -106,8 +106,8 @@ fi # Initialize modules. source ${ZIM_HOME}/init.zsh -# Override bira prompt: user@host in gray instead of green -PS1='╭─%B%(!.%F{red]}.%F{8})%n@%m %F{blue}%~${(e)git_info[prompt]}${VIRTUAL_ENV:+" %F{green}‹${VIRTUAL_ENV:t}›"}%f%b +# Override bira prompt: user@host in kitty foreground gray +PS1='╭─%B%(!.%F{red]}.%F{#666666})%n@%m %F{blue}%~${(e)git_info[prompt]}${VIRTUAL_ENV:+" %F{green}‹${VIRTUAL_ENV:t}›"}%f%b ╰─%B%(!.#.$)%b ' # ------------------------------ @@ -146,6 +146,13 @@ zmodload -F zsh/terminfo +p:terminfo # }}} End configuration added by Zim install +# +# zsh-syntax-highlighting +# + +# Use kitty foreground gray for commands instead of green +ZSH_HIGHLIGHT_STYLES[command]='fg=#666666' + # screen window naming if [[ "$TERM" == screen* ]]; then