From: Huck Boles Date: Sun, 28 May 2023 16:10:32 +0000 (-0500) Subject: fixed: ssh prompt X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=527a94f514e88eb01605e33f2f50015fda828f45;p=zsh.git fixed: ssh prompt --- 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