[ZSH] WSL setup stuff

This commit is contained in:
Marcel Kapfer 2021-09-16 21:54:14 +02:00
parent b98ebda7d1
commit f2fe56fb18
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 9 additions and 0 deletions

View File

@ -160,3 +160,12 @@ then
. "$GUIX_PROFILE/etc/profile"
fi
#################
### WSL STUFF ###
#################
if [[ -n $WSL_DISTRO_NAME ]];
then
export DISPLAY=$(ip route | awk '{print $3; exit}'):0
export LIBGL_ALWAYS_INDIRECT=1
fi