diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-13 10:08:24 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-13 10:08:24 -0400 |
commit | 3e4097acff73282ba139b6d18d75105d2c6c62b8 (patch) | |
tree | 0b2c12626b722e5d740d1631c3d89978c6ee24e2 | |
parent | 1180757f2e1ef5bd641ca81f10e65bb0feee1448 (diff) |
bash: Change LOCPATH to GUIX_LOCPATH.
-rw-r--r-- | dotfiles/.bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |