a
This commit is contained in:
parent
07f83d8dfd
commit
dc799bfab1
1 changed files with 1 additions and 0 deletions
1
init.sh
1
init.sh
|
@ -6,6 +6,7 @@ get_distro() {
|
|||
if ! grep -q "export LC_ALL=C.UTF-8" ~/.bashrc; then
|
||||
echo 'export LC_ALL=C.UTF-8' >> ~/.bashrc
|
||||
echo 'export LANG=C.UTF-8' >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
fi
|
||||
|
||||
case $(get_distro) in
|
||||
|
|
Loading…
Reference in a new issue