diff --git a/fish/functions/msh.fish b/fish/functions/msh.fish index 7eef6c58..e0389f71 100644 --- a/fish/functions/msh.fish +++ b/fish/functions/msh.fish @@ -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 diff --git a/fish/functions/wezterm_open_remotes.fish b/fish/functions/wezterm_open_remotes.fish index 3549f795..752654c9 100644 --- a/fish/functions/wezterm_open_remotes.fish +++ b/fish/functions/wezterm_open_remotes.fish @@ -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" \