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