From 7b5774ad3dbfec9f300ff29c7a073520eec24d0f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 26 Jun 2018 09:32:47 +0200 Subject: [PATCH] profile: Update local Guix PATH --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index a73c37ca..afda77b7 100644 --- a/.profile +++ b/.profile @@ -154,6 +154,8 @@ fi ## Guix if command -v guix >/dev/null 2>&1; then export GUIX_PACKAGE_PATH="$HOME/.guix-packages" + export PATH="$HOME/.config/guix/current/bin:$PATH" + export INFOPATH="$HOME/.config/guix/current/share/info:$INFOPATH" fi ## Default text editor