From 59759dcc631e7b8c584d101bf3f05cb338ea0dee Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 Jan 2019 17:54:08 +0100 Subject: bash: use catalan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm not totally sold on the idea, but let's see how it goes... Signed-off-by: Miquel Sabaté Solà --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 8d6b6e8..f6f2cc9 100644 --- a/bashrc +++ b/bashrc @@ -2,7 +2,7 @@ # Locale. # Set LC_ALL always to UTF-8. -export LC_ALL=en_US.UTF-8 +export LC_ALL=ca_ES.UTF-8 ## # Basics. -- cgit v1.2.3