diff --git a/wezterm.lua b/wezterm.lua index ff93e13..c2f81bf 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -269,7 +269,7 @@ local function append_ssh_domain(window, pane, name, remote_address, username) return end - notify(window, "SSH 도메인 저장됨: " .. name .. " -> " .. remote_address .. " (" .. config_file .. ")") + notify(window, "SSH 도메인 저장됨: " .. name .. " -> " .. remote_address .. " (WezTerm을 완전히 재시작해야 연결 목록에 나타납니다)") window:perform_action(act.ReloadConfiguration, pane) end