Hi all
After updating to plasma 6 i’m not able to change my git language anymore.
I have a line in my .zshrc like this:
alias git='LANG=en_US git'
which always worked correctly, setting my git language from italian to english, but now is doing nothing.
Same thing if i directly call LANG=en_US git from the console, git is still in italian.
Furthermore this lead me to discover that character set is messed up in konsole:
git status
fatal: non � un repository Git (n� lo � alcun genitore fino al punto di mount /)
Mi fermo al limite del filesystem (l'opzione GIT_DISCOVERY_ACROSS_FILESYSTEM non � impostata).
So it’s pretty clear that there’s something wrong with my locale settings, but i really don’t know where to look. Appreciate any help, thank you