Explorar el Código

Handy ssh jump function for #fishshell

Colin Powell hace 6 años
padre
commit
92a389e43c
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
-	ssh -t dione.onec.me ssh $argv
+	ssh -t rhea.onec.me ssh $argv
 end