Compare commits
No commits in common. "f2fe56fb18764148aecfee6b41d86a5ba17a4f54" and "383d64558e091556534879cc68da745aea49383c" have entirely different histories.
f2fe56fb18
...
383d64558e
1 changed files with 2 additions and 21 deletions
23
shells/zshrc
23
shells/zshrc
|
@ -147,25 +147,6 @@ export GOPATH=$HOME/projects/go
|
|||
|
||||
GUIX_PROFILE="$HOME/.guix-profile/"
|
||||
GUIX_LOCPATH="$GUIX_PROFILE/lib/locale/"
|
||||
|
||||
if [[ -d $GUIX_PROFILE ]];
|
||||
then
|
||||
. "$GUIX_PROFILE/etc/profile"
|
||||
fi
|
||||
|
||||
. "$GUIX_PROFILE/etc/profile"
|
||||
GUIX_PROFILE="$HOME/.config/guix/current"
|
||||
|
||||
if [[ -d $GUIX_PROFILE ]];
|
||||
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
|
||||
. "$GUIX_PROFILE/etc/profile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue