From e9407500d1367516ec0857683fcb77048eca2d6c Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 29 Dec 2024 10:06:41 +0200 Subject: [PATCH] Fixed to actual domain instead of ssh alias --- scripts/tmux-session-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tmux-session-setup b/scripts/tmux-session-setup index 17dd2ed..c86665a 100755 --- a/scripts/tmux-session-setup +++ b/scripts/tmux-session-setup @@ -35,7 +35,7 @@ elif [ "$sess" = "server" ]; then tmux rename-window -t $sess:1 local tmux new-window -t $sess -n remote -c $dir - tmux send-keys -t $sess:remote.1 "ssh root@server" C-m + tmux send-keys -t $sess:remote.1 "ssh root@kyren.codes" C-m tmux new-window -t $sess -n editor -c $dir tmux send-keys -t $sess:editor.1 "vim" C-m