From da5e37cf769edbec94927f65b25936476f436360 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 16 May 2018 13:03:27 +0100 Subject: re-instate GUIX_LOCPATH, needed in user's startGuix function --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 5e0ce7b..a328641 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -41,6 +41,8 @@ following function can be defined in the .bashrc file: if [ -e "$GUIX_PROFILE/etc/profile" ]; then source "$GUIX_PROFILE/etc/profile" fi + # set path for locale + GUIX_LOCPATH=$GUIX_PROFILE/lib/locale } To continue, start a new shell (or ``source`` the modified .bashrc file), move -- cgit