From 07f83d8dfdb5fc0c497dbae1bb669f2f03d36c18 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 7 Sep 2019 13:22:11 +0500 Subject: [PATCH] a --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index 7183a77..c940a1e 100644 --- a/init.sh +++ b/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 +fi case $(get_distro) in "alpine")