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
{{ end }}
{{ if eq .host.type "wsl" }}
### WSL
export LIBGL_ALWAYS_INDIRECT="1"
export BROWSER='/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe'
{{ else }}
# export LIBGL_ALWAYS_INDIRECT="1"
# export BROWSER='/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe'
export BROWSER=google-chrome
{{ end }}