From e76f6f2bff62624c0ff5d12b357c8a89be202b65 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 20 Dec 2022 22:48:11 +0100 Subject: [PATCH] Update 'zsh.config' --- zsh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.config b/zsh.config index 469be91..57982ea 100644 --- a/zsh.config +++ b/zsh.config @@ -14,7 +14,7 @@ add-zsh-hook preexec update_cstatus add-zsh-hook precmd update_cstatus setopt PROMPT_SUBST -PS1='%T $CSTATUS %(?.%F{green}√.%F{red}?%?)%f %F{#666}%~%f %# ' +PS1='($HOST) %T $CSTATUS %(?.%F{green}√.%F{red}?%?)%f %F{#666}%~%f %# ' alias c="/opt/tools/c/src/c.sh"