8 lines
107 B
Fish
8 lines
107 B
Fish
function ssh
|
|
if type -q kitten
|
|
kitten ssh $argv
|
|
else
|
|
command ssh $argv
|
|
end
|
|
end
|