From d83608d289ac1c0a154ee5e0b2d45717e8e77725 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 11 May 2018 15:59:58 +0100 Subject: add GUIX_PROFILE to startGuix function, remove GUIX_LOCPATH --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f0c3f25..daa4acb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -35,12 +35,12 @@ This can be done using a shell function. For a *bash* shell, for example, the following function can be defined in the .bashrc file: startGuix () { - # set Guix environment variables + # set GUIX_PROFILE variable + GUIX_PROFILE="$HOME/.guix-profile" + # set paths according to profile if [ -e "$GUIX_PROFILE/etc/profile" ]; then source "$HOME/.guix-profile/etc/profile" fi - # set path for locale - GUIX_LOCPATH=$HOME/.guix-profile/lib/locale } To continue, start a new shell (or ``source`` the modified .bashrc file), move -- cgit