Arch, o que é esse erro bash e como me livrar dele?

0
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF->8\nLANG=en_US.UTF-8)
[snorlax@arch ~]$ 

A localidade está configurada e corretamente configurada, e sei que isso foi algo que fiz, mas não me lembro onde. Eu estou usando a versão atual (eu acho) do 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
    
por havires 23.04.2018 / 21:51

0 respostas