From 24f6c0907c0574df5bd083220a560332387af8fb Mon Sep 17 00:00:00 2001
From: tsxv478 <atvx717@infraredcombat.xyz>
Date: Mon, 2 Dec 2024 20:20:07 +0300
Subject: sshmenu: tmux -u option

---
 sshmenu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sshmenu b/sshmenu
index 4902b10..8bec492 100755
--- a/sshmenu
+++ b/sshmenu
@@ -5,11 +5,11 @@ if [ $DISPLAY ]; then
 
 	[ "$host" ] || exit 0
 
-	setsid -f $TERMINAL -e ssh $host -t "tmux new -A"
+	setsid -f $TERMINAL -e ssh $host -t "tmux -u new -A"
 else
 	host=$(grep "^Host" $HOME/.ssh/config | cut -d ' ' -f 2 | fzf -e --reverse --prompt "SSH to: ")
 
 	[ "$host" ] || exit 0
 
-	ssh $host -t "tmux new -A"
+	ssh $host -t "tmux -u new -A"
 fi
-- 
cgit v1.2.3