aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
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"