From: Amin Bandali Date: Tue, 31 Mar 2020 16:43:07 +0000 (-0400) Subject: shell: prevent crashing of non-Guix apps on foreign distros X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/89d937abcfe39193c9fc5409a379323392609eb7 shell: prevent crashing of non-Guix apps on foreign distros --- diff --git a/.profile b/.profile index 7b287dc..8df286c 100644 --- a/.profile +++ b/.profile @@ -60,6 +60,7 @@ if [ -z "$IS_GUIX_SYSTEM" ]; then fi GUIX_PROFILE="$HOME/.guix-profile" . "$GUIX_PROFILE/etc/profile" + unset XDG_DATA_DIRS fi fi