commit 470098bbe41c78f0dc117a9b460c97964306acc4 parent a29fd95720318ce328253ab1f845061c0808d255 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 15 Apr 2019 15:06:07 +0100 use hostname in prompt Diffstat:
M | zsh/.zsh/prompt.zsh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh @@ -94,7 +94,7 @@ PROMPT='${USER_LEVEL}[${COLOR_NORMAL}%~${USER_LEVEL}]$(GIT_PROMPT)── - %f' # tiny tiny) PROMPT='${COLOR_NORMAL} % : ' -RPROMPT='%~ $(GIT_PROMPT) %F{magenta}swordphish${COLOR_NORMAL}' +RPROMPT='%~ $(GIT_PROMPT) %F{magenta}${HOSTNAME}${COLOR_NORMAL}' ;; # classic *)