commit c55b10570767ef81feb2174031775b028afb7fee
parent 4dbd2944780181069c248fb9fe5e3221021c06f6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 10 Sep 2019 09:53:28 +0200
Minimize locale configuration and keep in .profile
Diffstat:
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/.locale b/.locale
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Set locale preferences
-export LANG="en_US.UTF-8"
-export LANGUAGE="en_US.UTF-8"
-#export LC_ALL=
-export LC_ALL="en_US.UTF-8"
-export LC_CTYPE="en_US.UTF-8"
-export LC_COLLATE="C"
diff --git a/.profile b/.profile
@@ -1,5 +1,5 @@
 #!/bin/sh
-
+export LC_ALL=en_US.utf8
 export EDITOR=vis
 export LC_ALL=en_US.UTF-8
 export LANG=en_US.UTF-8
@@ -12,7 +12,6 @@ export GOPATH=$HOME/code/golang
 export PATH=$PATH:$GOPATH/bin
 GPG_TTY=$(tty)
 export GPG_TTY
-[ -f ~/.locale ] && . ~/.locale
 [ -f ~/.secret_env_vars ] && . ~/.secret_env_vars
 export PATH="$HOME/.local/bin:/usr/local/bin:$PATH"