Skip to content

Commit df9d383

Browse files
committed
fish: wezterm_open_remotes: Wind down certain remotes for the time being
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent e59db71 commit df9d383

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

fish/functions/wezterm_open_remotes.fish

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ function wezterm_open_remotes -d "Open a new wezterm tab for each remote machine
1010
# Local machines
1111
set hosts \
1212
hetzner:Hetzner \
13-
thelio:Thelio \
1413
aadp:AADP \
15-
intel-desktop-11700:"Intel full desktop" \
16-
amd-desktop:"AMD desktop" \
1714
intel-desktop-n100:"Intel mini desktop" \
18-
intel-laptop:"Intel laptop" \
19-
honeycomb:Honeycomb \
20-
pi4:"Pi 4" \
21-
pi3:"Pi 3"
15+
honeycomb:Honeycomb
2216

2317
set msh_args $argv
2418

0 commit comments

Comments
 (0)