From c294dae2853d60bbcf41be71dfc150d8ebfb9873 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 Jul 2018 23:23:14 -0300 Subject: Add Guix specific environment variables --- bash/env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/env.sh b/bash/env.sh index 25fd601..2059261 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -67,3 +67,5 @@ isLinux && { # 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 -- cgit v1.2.3