Files
dotfiles/.config/zsh/mosh.zsh
2021-09-19 13:50:06 -04:00

4 lines
65 B
Bash

function mosht () {
mosh $1 -- sh -c "tmux attach || tmux"
}