diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2018-05-16 13:03:27 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2018-05-16 13:03:27 +0100 |
commit | da5e37cf769edbec94927f65b25936476f436360 (patch) | |
tree | 9a996e12c529e090b657d70f22e7ea93054f8ebb | |
parent | 75d72615371b015e2fd6c2c30f9b6757fd2231ff (diff) | |
download | tweed-da5e37cf769edbec94927f65b25936476f436360.tar.gz |
re-instate GUIX_LOCPATH, needed in user's startGuix function
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |