X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=2c81633320a1b737a1e13e3112843326b165c518;hb=51075c34517cc53075b4249e985343486d476ce7;hp=f11e687adf53c0663fcb5571377ee46d6437a58c;hpb=89e25159665041e5454367380483002c3aa34363;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index f11e687..2c81633 100644 --- a/shell/env +++ b/shell/env @@ -25,6 +25,10 @@ source_debug ". ~/.shell/env" LANG=en_US.UTF-8 export LANG +# Make sure $LANGUAGE is not set. It's a GNU extension which can overwrite +# variables like $LANG or $LC_ALL. +unset LANGUAGE + # Add ~/bin and ~/.bin and ~/.shell/bin to PATH if available. if test -d "$HOME/.shell/bin"; then PATH="$HOME/.shell/bin:$PATH"