A
A
Alexander2017-11-29 19:16:52
linux
Alexander, 2017-11-29 19:16:52

Linux Ubuntu, Mint how to get rid of localization in the console?

Linux Mint 18.3
There is Russian localization, and everything seems to be not bad.
But when I started working with Git, I saw that it was also completely translated into Russian, but this does not suit me.
Is it possible to make the Git console be in English, without touching the rest?
I know that you can make the entire console like this export LANG=en_US.UTF-8 by writing it in .bashrc, by the way, can you not write it manually, but also configure it through the console?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Belyaev, 2017-11-29
@poter

alias git='LANG=en_US.UTF-8 git'
in .bashrc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question