aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-07 10:39:53 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:44 +0200
commit90e607b6a3756619c5935396591f0b343a46e773 (patch)
tree34b5b8975431de8b19da5d2f204b5c0d1e1a879a /.zshrc
parente013f24aa5fc85dca36b61e57ecf276cd65b3ffb (diff)
Include Matrix support in WeeChat
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