Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adithya321/b54282897d2881fed74f444dac633a07 to your computer and use it in GitHub Desktop.
Save adithya321/b54282897d2881fed74f444dac633a07 to your computer and use it in GitHub Desktop.
{
echo 'export LANGUAGE=en_US.UTF-8' >> ~/.zshrc
echo 'export LANG=en_US.UTF-8' >> ~/.zshrc
echo 'export LC_ALL=en_US.UTF-8' >> ~/.zshrc
source ~/.zshrc
sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment