aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-13 17:05:59 -0300
committerEuAndreh <eu@euandre.org>2018-07-13 17:05:59 -0300
commit9dc79a463c99f69cdab4587f1d8652d18f1729e2 (patch)
treefa9c90f65bee25c01ff5f85c4da4e4792485cd25 /bash
parentAdd repos to mrconfig (diff)
downloaddotfiles-9dc79a463c99f69cdab4587f1d8652d18f1729e2.tar.gz
dotfiles-9dc79a463c99f69cdab4587f1d8652d18f1729e2.tar.xz
Add configuration for supporting Guix
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh7
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"