From 9dc79a463c99f69cdab4587f1d8652d18f1729e2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Jul 2018 17:05:59 -0300 Subject: Add configuration for supporting Guix --- bash/env.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bash') 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" -- cgit v1.2.3