mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
get rid of locale fix
This commit is contained in:
parent
bacc01d390
commit
b1fdc24c46
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
# fix locale stuff
|
||||
if [ -z "${LC_ALL}" ] ; then
|
||||
if ( command -v locale >/dev/null 2>&1 ) ; then
|
||||
LC_ALL="en_US.UTF-8"
|
||||
export LC_ALL
|
||||
|
||||
eval `locale`
|
||||
fi
|
||||
fi
|
||||
|
||||
# terminal fallback stuff
|
||||
fix_term ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue