This website works better with JavaScript
Home
Explore
Help
Sign In
secstate
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Handy ssh jump function for #fishshell
Colin Powell
6 years ago
parent
05b24d1691
commit
92a389e43c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
fish/.config/fish/functions/sshl.fish
+ 1
- 1
fish/.config/fish/functions/sshl.fish
View File
@@ -1,3 +1,3 @@
function sshl
- ssh -t
dione
.onec.me ssh $argv
+ ssh -t
rhea
.onec.me ssh $argv
end