From 71383ec467e8f8112981384ebc2966be27d98357 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 May 2019 01:05:17 -0300 Subject: Disable $GUIX_PROFILE sourcing. --- bash/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/env.sh b/bash/env.sh index a0b750f..b1eeae5 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -70,7 +70,7 @@ isLinux && { export GUIX_PROFILE="$HOME/.guix-profile/etc/profile" isLinux && { - source "$GUIX_PROFILE" + # source "$GUIX_PROFILE" } export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH" export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH" -- cgit v1.2.3