Update file exports.sh.tmpl
This commit is contained in:
parent
3a051dc522
commit
e6ef9ea7f6
1 changed files with 3 additions and 5 deletions
|
@ -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 }}
|
|
||||||
|
|
Loading…
Reference in a new issue