aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index dd08095..2148dcc 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -50,7 +50,7 @@ set_win_title() {
fi
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
- prefix="${prefix/in/on}${HOSTNAME} in "
+ prefix="${prefix/in/on}${HOST} in "
fi
echo -ne "\033]0;${prefix}${PWD/$HOME/~}\007"