commit 25d85dd82cc1516f8abeff388a74252f6d9e4cdf parent a6ec287bec67859d1b0e8e356d56c96342f1eb25 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 17 Jul 2017 12:18:25 +0100 removed static set hostname in classic 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 @@ -89,6 +89,6 @@ PROMPT='${USER_LEVEL}[${COLOR_NORMAL}%~${USER_LEVEL}]$(GIT_PROMPT)── - %f' ;; # classic *) -PROMPT='%F{cyan}${USERNAME}@%F{white}[archee]$(GIT_PROMPT)%F{white} : %~# ' +PROMPT='%F{cyan}${USERNAME}@%F{white}[${HOSTNAME}]$(GIT_PROMPT)%F{white} : %~# ' ;; esac