mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-24 07:28:07 +01:00
3 lines
107 B
Fish
3 lines
107 B
Fish
function tmssh --wraps=ssh --description 'start ssh with tmux'
|
|
ssh -t $argv 'tmux -CC new -A -s tmssh'
|
|
end
|