Explorar el Código

Update sshl command #fishshell

Colin Powell hace 6 años
padre
commit
85b1eb605f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fish/.config/fish/functions/sshl.fish

+ 1 - 1
fish/.config/fish/functions/sshl.fish

@@ -1,3 +1,3 @@
 function sshl
 function sshl
-	ssh -t rhea.onec.me ssh $argv
+	ssh -t rhea.unbl.ink ssh $argv
 end
 end