Need help with config regarding launching applications on windows #4274
Replies: 3 comments 2 replies
-
I have also an issue launching Powershell from Wezterm, I've set WSL Ubuntu as default and that works, as well as the "Bash" in my menu. When I try to launch Powershell the tab just closes and I get no log output on what's going on, pretty hard to debug. This is my config:
|
Beta Was this translation helpful? Give feedback.
-
For your case, just use forward slashes like this: |
Beta Was this translation helpful? Give feedback.
-
Use these in windows. Change the pathing of your default launcher/program, if needed. Put the config into your %USERPROFILE%.config\wezterm\wezterm.lua
|
Beta Was this translation helpful? Give feedback.
-
I've been reading the docs on how to launch programs from the specific doc section but for some reason i literally just can't get it to work I've used the first command
-- Spawn a fish shell in login mode
config.default_prog = { '"C:\Program Files\PowerShell\7\pwsh.exe"', '-l' }
but this leads to an error
and the other command i've tried is this
wezterm start -- "C:\Program Files\PowerShell\7\pwsh.exe"
but it doesn't work any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions