bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF->8\nLANG=en_US.UTF-8)
[snorlax@arch ~]$
ロケールが正しく設定され構成されています。これが私がしたことであることは分かりますが、どこでしたか覚えていません。私は現在のバージョンのArchを使用しています。
~/.bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
~/.bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc