Skip to content

Commit

Permalink
fish: Connect to Hetzner server in wezterm
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 5, 2024
1 parent b6617d2 commit 2ac76c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fish/functions/msh.fish
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ function msh -d "Shorthand for mosh -o" -w mosh
end
set user_host nathan@$host

case hetzner
set user_host nathan@$HETZNER_IP

case honeycomb
if test "$tailscale" = true
set host honeycomb
Expand Down
1 change: 1 addition & 0 deletions fish/functions/wezterm_open_remotes.fish
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function wezterm_open_remotes -d "Open a new wezterm tab for each remote machine

# Local machines
set hosts \
hetzner:Hetzner \
thelio:Thelio \
aadp:AADP \
intel-desktop-11700:"Intel full desktop" \
Expand Down

0 comments on commit 2ac76c0

Please sign in to comment.