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
Update sshl command #fishshell
Colin Powell
hace 6 años
padre
d11bd73197
commit
85b1eb605f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Unificar 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
function sshl
- ssh -t rhea.
onec.me
ssh $argv
+ ssh -t rhea.
unbl.ink
ssh $argv
end
end