From 90e607b6a3756619c5935396591f0b343a46e773 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 7 Jan 2021 10:39:53 +0100 Subject: Include Matrix support in WeeChat --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') 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 -- cgit v1.1