1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 19:59:48 +00:00

Merge pull request #113 from 3usi9/master

Add Powershell support
This commit is contained in:
Linwei
2020-08-04 17:48:34 +08:00
committed by GitHub

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