diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:23:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:23:14 -0300 |
commit | c294dae2853d60bbcf41be71dfc150d8ebfb9873 (patch) | |
tree | 835501dcdde911bd603d207f5b369a552eb1ca0b | |
parent | Add inc_download function to youtube.sh (diff) | |
download | dotfiles-c294dae2853d60bbcf41be71dfc150d8ebfb9873.tar.gz dotfiles-c294dae2853d60bbcf41be71dfc150d8ebfb9873.tar.xz |
Add Guix specific environment variables
-rw-r--r-- | bash/env.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |