From 527a94f514e88eb01605e33f2f50015fda828f45 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Sun, 28 May 2023 11:10:32 -0500 Subject: [PATCH] fixed: ssh prompt --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a5c9015..f4e4fbb 100644 --- a/.zshrc +++ b/.zshrc @@ -58,7 +58,7 @@ bindkey "\e[2~" quoted-insert # custom prompt if [[ -n $SSH_CONNECTION ]]; then PROMPT='%(?..%B%F{red}x) -%B%F{yellow}%n%b%f@%B%F{blue}%m%b%f: %F{cyan}%~ %F{red}[SSH] $F{magenta}[gentoo] %f$(git_prompt_enhanced_status) +%B%F{yellow}%n%b%f@%B%F{red}%m%b%f: %F{blue}%~ %F{red}[SSH] %F{magenta}[gentoo] %f$(git_prompt_enhanced_status) %B%F{green}%(!.#.$) %f%b> ' RPROMPT='%f[%!]' else -- 2.44.2