فهرست منبع

Update sshl command #fishshell

Colin Powell 6 سال پیش
والد
کامیت
85b1eb605f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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