From 924c51ccdb72b150674db9926fd852c834e5ceee Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 9 Oct 2015 16:34:35 -0400 Subject: bash: Disable LOCPATH for now. --- dotfiles/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index ec8a2a8..0bd2cc7 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 LOCPATH="$HOME/.guix-profile/lib/locale" fi # Extra configuration needed for work machine. -- cgit v1.2.3