dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 26e2021c2072c690d897f8b980a12237ba56da41
parent dce3ca3918a03214326c1d1480e7f60bd865b876
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon,  3 Jun 2024 22:23:15 -0500

bash: move LANG and LC_ALL to ~/.config/locale.conf

Diffstat:
M.bashrc | 3---
M.config/locale.conf | 2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -13,9 +13,6 @@ HISTSIZE=100000 HISTFILESIZE=200000 HISTTIMEFORMAT="%D %T " -LANG=en_US.UTF-8 -LC_ALL=en_US.UTF-8 - # shellcheck disable=SC2034 GPG_TTY=$(tty) diff --git a/.config/locale.conf b/.config/locale.conf @@ -1,2 +1,2 @@ - LANG=en_US.UTF-8 +LC_ALL=en_US.UTF-8