-
I was trying a launch menu to start a program, and it isn't in my PATH. Looking at the wezterm log I see:
Where is this PATH coming from? My ~/.zshrc has many more items. Do I need to add the PATH entries elsewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Finder has a minimal path. Finder is usually what launches wezterm and passes on its PATH. |
Beta Was this translation helpful? Give feedback.
Finder has a minimal path. Finder is usually what launches wezterm and passes on its PATH.
Neither Finder nor wezterm use your shell when launching programs, so none of your shell configuration to change the path is visible to wezterm itself. Normally that isn't an issue because wezterm launches your shell into a terminal, but if you need wezterm to launch something that is not in your path, you can use a fully qualified path in eg: the
default_prog
config, or you can adjust environment variables in wezterm. See https://wezfurlong.org/wezterm/config/launch.html for more information on launching programs.