dotfiles/dot_config/fish/private_functions/tmssh.fish

4 lines
107 B
Fish
Raw Normal View History

2024-11-20 03:23:39 +01:00
function tmssh --wraps=ssh --description 'start ssh with tmux'
ssh -t $argv 'tmux -CC new -A -s tmssh'
end