diff options
author | EuAndreh <eu@euandre.org> | 2018-07-13 17:05:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-13 17:05:59 -0300 |
commit | 9dc79a463c99f69cdab4587f1d8652d18f1729e2 (patch) | |
tree | fa9c90f65bee25c01ff5f85c4da4e4792485cd25 /bash | |
parent | Add repos to mrconfig (diff) | |
download | dotfiles-9dc79a463c99f69cdab4587f1d8652d18f1729e2.tar.gz dotfiles-9dc79a463c99f69cdab4587f1d8652d18f1729e2.tar.xz |
Add configuration for supporting Guix
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index 93d03b4..25fd601 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -60,3 +60,10 @@ export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 isLinux && { export SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt } + + +# +# Guix +# + +export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH" |