1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-15 12:19:49 +00:00

Add Powershell support

This commit is contained in:
3usi9
2020-08-04 17:37:46 +08:00
parent d666c93ed9
commit 90223cf10b

2
z.lua
View File

@@ -1955,6 +1955,8 @@ function main(argv)
z_windows_init(opts)
elseif opts.fish then
z_fish_init(opts)
elseif opts.powershell then
z_windows_init(opts)
else
z_shell_init(opts)
end