From 89d937abcfe39193c9fc5409a379323392609eb7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 31 Mar 2020 12:43:07 -0400 Subject: [PATCH] shell: prevent crashing of non-Guix apps on foreign distros --- .profile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1