aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-01 01:09:37 -0300
committerEuAndreh <eu@euandre.org>2019-05-01 01:09:37 -0300
commit3391772b2d98d9528401352e2a9301a1e618c3b3 (patch)
tree86b2c5f471799d8e21405311c249b7e72304a4f8 /bash
parentAdd backup nixos/hardware-configuration.nix. (diff)
downloaddotfiles-3391772b2d98d9528401352e2a9301a1e618c3b3.tar.gz
dotfiles-3391772b2d98d9528401352e2a9301a1e618c3b3.tar.xz
Comment $GUIX_PROFILE definition.
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bash/env.sh b/bash/env.sh
index b1eeae5..74a497f 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -68,10 +68,10 @@ isLinux && {
# Guix
#
-export GUIX_PROFILE="$HOME/.guix-profile/etc/profile"
-isLinux && {
- # source "$GUIX_PROFILE"
-}
+# export GUIX_PROFILE="$HOME/.guix-profile/etc/profile"
+# isLinux && {
+# source "$GUIX_PROFILE"
+# }
export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH"
export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" # after running guix package -i glibc-utf8-locales