Skip to content

Commit

Permalink
fix: remove wezterm manual ssh host setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mike325 committed Jul 21, 2023
1 parent 84dc966 commit 7a7c73d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ else
})
end

for host, _ in pairs(wezterm.enumerate_ssh_hosts()) do
table.insert(launch_menu, {
label = 'SSH: ' .. str.capitalize(host),
args = { 'ssh', host },
})
end

return {
disable_default_key_bindings = true,
launch_menu = launch_menu,
Expand Down

0 comments on commit 7a7c73d

Please sign in to comment.