Parcourir la source

Update sshl command #fishshell

Colin Powell il y a 6 ans
Parent
commit
85b1eb605f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 rhea.onec.me ssh $argv
+	ssh -t rhea.unbl.ink ssh $argv
 end