diff options
-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 |