diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-10-09 16:34:35 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-10-09 16:35:15 -0400 |
commit | 924c51ccdb72b150674db9926fd852c834e5ceee (patch) | |
tree | 12f605aeade7db7e57de716ceed5e3ccba8c2f67 | |
parent | f4ff8b1a02b9a04fe6c172a11dfb6b3c83c37740 (diff) |
bash: Disable LOCPATH for now.
-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 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. |