Hello!
So, I’m getting a wierd error within locale setup.
I want all terminal commands be in english, maintaining my OS in other language.
This is because I find myself strangely reading the command messages in my language, and understanding nothing ![]()
My login shell is fish. I tried to change the LC_... variables to en_US.UTF-8, but after a reboot all OS is in English too. This happens if I do:
localectl set-locale LC_MESSAGES=en_US.UTF8and its variantsset -g ...with or without-x(fishspecific command)set -U ...with or without-x(fishspecific command)
I opened a help issue in fish github for a workaround, but I think there is more behind this.
Also, I tried to change the shell only in terminal program, but I do not saw the option (neither in ptyxis nor console).
Can you help me with this please?