]> git.huck.website - zsh.git/commitdiff
fixed: ssh prompt
authorHuck Boles <huck@huck.website>
Sun, 28 May 2023 16:10:32 +0000 (11:10 -0500)
committerHuck Boles <huck@huck.website>
Sun, 28 May 2023 16:10:32 +0000 (11:10 -0500)
.zshrc

diff --git a/.zshrc b/.zshrc
index a5c9015b9e27b675510417eaf11e487b28aa74b7..f4e4fbb56b6b829c13a3842f6a2060514d7c754d 100644 (file)
--- 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