diff --git a/bash/.bashrc b/bash/.bashrc index 0d7f1de..fdd66d6 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -260,7 +260,7 @@ function tm { # run mosh and tmux to a specific host function mt { - mosh $1 -- tm + mosh $1 -- tmux new-session -A -s main -x $(tput cols) -y $(tput lines) }