projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
shell: prevent crashing of non-Guix apps on foreign distros
[~bandali/configs]
/
.profile
diff --git
a/.profile
b/.profile
index
7b287dc
..
8df286c
100644
(file)
--- 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