sync from mac

This commit is contained in:
js0ny 2025-01-13 12:18:20 +00:00
parent 75c2379f0f
commit 80b8dfde17
7 changed files with 24 additions and 4 deletions

View file

@ -253,6 +253,8 @@ if os_type == "Windows" then
args = { "wsl.exe", "-d", "Arch", "zsh" }
},
}
elseif os_type == "macOS" then
config.default_prog = { "/opt/homebrew/bin/fish", "-l"}
else
config.default_prog = { "fish" }
config.launch_menu = {