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

4 lines
60 B
Bash

function ssht () {
ssh $1 -t "tmux attach -d || tmux"
}