From 8af80e400799aca1fb5efba71b2c1619825593f2 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 1 Jun 2020 20:34:25 +0200 Subject: [PATCH] zsh: hostname is red now --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 039a559..e449ee2 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,7 @@ bindkey "^X^E" edit-command-line # Prompt if [[ -n $SSH_CONNECTION ]]; then - HOST_LBL="%F{green}[%m]%f" + HOST_LBL="%F{red}[%m]%f" fi PROMPT="%B%(?..%F{red}[%?]%f)$HOST_LBL%(!.%F{red}[%n]%f.)%F{cyan}%~%(!.%F{red}.%F{green})%# %f%b"