aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh2
1 files changed, 1 insertions, 1 deletions
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"