udpated powershell profile

This commit is contained in:
Daveanand Mannie
2024-09-07 17:00:49 -04:00
parent 6f221e7fa0
commit 4746b72683
2 changed files with 7 additions and 20 deletions

View File

@@ -2,7 +2,6 @@
require("config.lazy")
-- powershell so my shit compiles with zig when i install
vim.o.shell = "C:/Program Files/PowerShell/7/pwsh.exe"
-- vim.o.shellcmdflag = "-nologo -ExecutionPolicy RemoteSigned -Command [Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;"
vim.o.shellredir = "2>&1 | Out-File -Encoding UTF8 %s; exit $LastExitCode"
vim.o.shellpipe = "2>&1 | Out-File -Encoding UTF8 %s; exit $LastExitCode"
vim.o.shellquote = ""