Update file exports.sh.tmpl

This commit is contained in:
Brian Zalewski 2023-01-05 09:18:01 +00:00
parent 3a051dc522
commit e6ef9ea7f6

View file

@ -318,10 +318,8 @@ else
fi fi
{{ end }} {{ end }}
{{ if eq .host.type "wsl" }}
### WSL ### WSL
export LIBGL_ALWAYS_INDIRECT="1" # export LIBGL_ALWAYS_INDIRECT="1"
export BROWSER='/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe' # export BROWSER='/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe'
{{ else }}
export BROWSER=google-chrome export BROWSER=google-chrome
{{ end }}