This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
secstate
/
dotfiles
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
Handy ssh jump function for #fishshell
Colin Powell
há 6 anos atrás
pai
05b24d1691
commit
92a389e43c
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
fish/.config/fish/functions/sshl.fish
+ 1
- 1
fish/.config/fish/functions/sshl.fish
Ver Ficheiro
@@ -1,3 +1,3 @@
function sshl
- ssh -t
dione
.onec.me ssh $argv
+ ssh -t
rhea
.onec.me ssh $argv
end