diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/bash/profile.d/zz-locales.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/bash/profile.d/zz-locales.sh b/debian/local/bash/profile.d/zz-locales.sh new file mode 100644 index 0000000..66978ea --- /dev/null +++ b/debian/local/bash/profile.d/zz-locales.sh @@ -0,0 +1,3 @@ +# /etc/profile.d/zz-locales.sh + +export LC_ALL="${LC_ALL:-C.UTF-8}" |