mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
4 lines
65 B
Bash
4 lines
65 B
Bash
function mosht () {
|
|
mosh $1 -- sh -c "tmux attach || tmux"
|
|
}
|