From 3e4097acff73282ba139b6d18d75105d2c6c62b8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 13 Oct 2015 10:08:24 -0400 Subject: bash: Change LOCPATH to GUIX_LOCPATH. --- dotfiles/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 0bd2cc7..35827ef 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -41,7 +41,7 @@ export GUIX_PACKAGE_PATH="$HOME/Code/guix-custom" if ! guixsd then export PATH="$HOME/.guix-profile/bin:$PATH" - #export LOCPATH="$HOME/.guix-profile/lib/locale" + export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" fi # Extra configuration needed for work machine. -- cgit v1.2.3