diff options
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |