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