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
Update sshl command #fishshell
Colin Powell
6 years ago
parent
d11bd73197
commit
85b1eb605f
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 rhea.
onec.me
ssh $argv
+ ssh -t rhea.
unbl.ink
ssh $argv
end