aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 1242aea..3ab08d5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -90,7 +90,7 @@ function precmd() # {{{
EXITCODE=$(printf "%03i" "$?")
# set window title
- echo -en "\e]2;`whoami`@`hostname`:`pwd`\a"
+ echo -en "\e]2;`whoami`@`hostname -f`:`pwd`\a"
# git info {{{
if git rev-parse --is-inside-work-tree &> /dev/null