In `powermeli.zsh-theme` the hostname color is cyan when connected via SSH and the '@' separator is blue

master
Meliurwen 3 years ago
parent ccd38ef0c4
commit 2268edfd04
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      zsh/.config/zsh/plugins/powermeli.zsh-theme

@ -37,7 +37,7 @@ prompt_context() {
if [ -z ${SSH_CLIENT+x} ]; then if [ -z ${SSH_CLIENT+x} ]; then
PROMPT_LINE="$PROMPT_LINE %n " PROMPT_LINE="$PROMPT_LINE %n "
else else
PROMPT_LINE="$PROMPT_LINE %n@%m " PROMPT_LINE="$PROMPT_LINE %n%{%F{blue}%}@%{%F{cyan}%}%m "
fi fi
} }

Loading…
Cancel
Save