diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 01:05:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 01:05:17 -0300 |
commit | 71383ec467e8f8112981384ebc2966be27d98357 (patch) | |
tree | 99637ead4c14e8465f69906844e2cf2e2d510b24 /bash | |
parent | Deactivate npm_i helper. (diff) | |
download | dotfiles-71383ec467e8f8112981384ebc2966be27d98357.tar.gz dotfiles-71383ec467e8f8112981384ebc2966be27d98357.tar.xz |
Disable $GUIX_PROFILE sourcing.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.sh | 2 |
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" |