diff options
author | EuAndreh <eu@euandre.org> | 2018-07-22 08:12:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-22 08:12:36 -0300 |
commit | 80b9ba50b33d5c54331cfa72c64eb642e1301ca2 (patch) | |
tree | 9a804d50fe0abffad58dc8a5323af7a87f3da862 | |
parent | Use cron for fetching mail instead of systemd (diff) | |
download | dotfiles-80b9ba50b33d5c54331cfa72c64eb642e1301ca2.tar.gz dotfiles-80b9ba50b33d5c54331cfa72c64eb642e1301ca2.tar.xz |
Source GUIX_PROFILE
-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 49747c8..b023163 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -66,6 +66,8 @@ isLinux && { # Guix # +export GUIX_PROFILE="$HOME/.guix-profile/etc/profile" +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 |