Переглянути джерело

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