Currently I'm using Ubuntu with my system locale and language set to Japanese. However I'd like to have it always displaying gcc messages in English as it would be easier for me.
I found here if I did ~$ LC_MESSAGES=C gcc it displays in English. How can I make it so it's always like this without entering in ~$ LC_MESSAGES=C gcc every time and without changing my system language? All I want changed is "gcc".