From 4a952813d90e6bddcfe5d1d6797837cea6bdf26d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 30 Mar 2018 16:08:02 +0530 Subject: [PATCH] profile: Export GUIX_PACKAGE_PATH to ~/.guix-packages --- .profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.profile b/.profile index 07adf6f0..20e95541 100644 --- a/.profile +++ b/.profile @@ -160,6 +160,11 @@ if command -v asp >/dev/null 2>&1; then export ASPROOT="$HOME/.cache/asp" fi +## Guix +if command -v guix >/dev/null 2>&1; then + export GUIX_PACKAGE_PATH="$HOME/.guix-packages" +fi + ## Default text editor ## 'em' is a custom wrapper for emacsclient. See '.bin/em'. ## VISUAL is given priority by some programs like Mutt. This way we can separate