This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
secstate
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Handy ssh jump function for #fishshell
Colin Powell
hace 6 años
padre
05b24d1691
commit
92a389e43c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
fish/.config/fish/functions/sshl.fish
+ 1
- 1
fish/.config/fish/functions/sshl.fish
Ver fichero
@@ -1,3 +1,3 @@
function sshl
- ssh -t
dione
.onec.me ssh $argv
+ ssh -t
rhea
.onec.me ssh $argv
end