diff options
Diffstat (limited to 'bash/env.sh')
-rw-r--r-- | bash/env.sh | 8 |
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 |