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