From 90223cf10be089d0c299362915c82d2810232881 Mon Sep 17 00:00:00 2001 From: 3usi9 Date: Tue, 4 Aug 2020 17:37:46 +0800 Subject: [PATCH] Add Powershell support --- z.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/z.lua b/z.lua index fb0f289..1d56fa5 100755 --- a/z.lua +++ b/z.lua @@ -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