fixing busted mt function, moving tmux command inside function

This commit is contained in:
Andrew Davidson 2024-09-13 17:15:05 -07:00
parent 25bd4c1e7e
commit f56382217f
Signed by: amd
SSH key fingerprint: SHA256:bEXCGvHGPU8WP+o0a21VMf/KNEnNKxHz0fe64QX30kg

View file

@ -260,7 +260,7 @@ function tm {
# run mosh and tmux to a specific host # run mosh and tmux to a specific host
function mt { function mt {
mosh $1 -- tm mosh $1 -- tmux new-session -A -s main -x $(tput cols) -y $(tput lines)
} }