From 1d86fdd6d86ba18273074fd07e4c4f61833e8296 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 1 Sep 2022 12:59:49 +0200 Subject: [PATCH] bash: subshell ssh --- .bash_extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index db4a369..67b7103 100644 --- a/.bash_extra +++ b/.bash_extra @@ -152,7 +152,7 @@ function ssh { fi command ssh "$@" if [ -n "${TMUX}" ]; then - tmux rename-window "`hostname -f`" + tmux rename-window "$(hostname -f)" fi } function gcm {