Stop prompting about locale.conf
This commit is contained in:
parent
b3b605bd0b
commit
a5ae64f590
1 changed files with 0 additions and 4 deletions
|
@ -211,10 +211,6 @@ usermotd () {
|
|||
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
||||
fi
|
||||
uptime
|
||||
if ! [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/locale.conf" ]
|
||||
then
|
||||
echo "${XDG_CONFIG_HOME:-$HOME/.config}/locale.conf does not exist"
|
||||
fi
|
||||
echo "LANG=$LANG"
|
||||
if [ -x /usr/bin/timedatectl ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue