use ssh kitten
This commit is contained in:
parent
64bc278275
commit
32babacd09
1 changed files with 6 additions and 0 deletions
6
functions/ssh.fish
Normal file
6
functions/ssh.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
function ssh="
|
||||
if echo $TERM == kitty +kitten ssh
|
||||
end
|
||||
else ssh
|
||||
"
|
||||
end
|
Loading…
Reference in a new issue