Bash-it / bash-it

A community Bash framework.
MIT License
14.14k stars 2.29k forks source link

bash: warning: setlocale: LC_ALL: cannot change locale (en_uS.UTF-8): No such file or directory #2206

Closed sudoharun closed 1 year ago

sudoharun commented 1 year ago

Either I'm dumb or something because I can't figure out how to get rid of this error. bruh

On the main page under themes it says this:

NOTE: Bash-it and some themes use UTF-8 characters, so to avoid strange behavior in your terminal, set your locale to LC_ALL=en_US.UTF-8 or the equivalent to your language if it isn’t American English.

So I should be able to get rid of this error without having to change my locale to en_US.

My locale is set to en_GB.UTF-8: bruh2

What am I missing to keep my locale set to en_GB.UTF-8 and get rid of this error? (I would prefer not to install en_US locale because I'm in the UK)

Edit: Using sexy theme

sudoharun commented 1 year ago

closing since I moved to zsh after a re-install of arch