fixing busted mt function, moving tmux command inside function
This commit is contained in:
parent
25bd4c1e7e
commit
f56382217f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue