summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index da337b7..0165fab 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -180,7 +180,7 @@ fi
autoload promptnl
_pre_zshrc () {
- echo -ne "${1}${USER}@$(hostname -s):${PWD/$HOME/~}${2}"
+ echo -ne "${1}${USER}@${HOST}:${PWD/$HOME/~}${2}"
promptnl
vcs_info
}