mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
4 lines
60 B
Bash
4 lines
60 B
Bash
function ssht () {
|
|
ssh $1 -t "tmux attach -d || tmux"
|
|
}
|