5 lines
No EOL
114 B
Text
5 lines
No EOL
114 B
Text
# automatically use tmux whenever we ssh to a server
|
|
|
|
function ssht(){
|
|
ssh $* -t 'tmux a || tmux || /bin/bash'
|
|
} |