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