Browse Source

Handy ssh jump function for #fishshell

Colin Powell 6 năm trước cách đây
mục cha
commit
92a389e43c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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