aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-01 01:05:17 -0300
committerEuAndreh <eu@euandre.org>2019-05-01 01:05:17 -0300
commit71383ec467e8f8112981384ebc2966be27d98357 (patch)
tree99637ead4c14e8465f69906844e2cf2e2d510b24
parentDeactivate npm_i helper. (diff)
downloaddotfiles-71383ec467e8f8112981384ebc2966be27d98357.tar.gz
dotfiles-71383ec467e8f8112981384ebc2966be27d98357.tar.xz
Disable $GUIX_PROFILE sourcing.
-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"