فهرست منبع

Handy ssh jump function for #fishshell

Colin Powell 6 سال پیش
والد
کامیت
92a389e43c
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 dione.onec.me ssh $argv
+	ssh -t rhea.onec.me ssh $argv
 end