mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 07:31:14 -03:00
* Ensure web_config works on WSL web_config could sometimes fail on WSL if the user chose not to append windows directories to their linux $PATH. This change ensures that the cmd.exe executable is found in most cases even if windows directories are not appended to $PATH on linux. An error message letting the user know that cmd.exe was not found, and that they should add the cmd.exe dir to their $PATH before running fish_config is displayed if cmd.exe is still not found. * Exit with a non 0 status code if cmd.exe is not found