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)"
|
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
||||||
fi
|
fi
|
||||||
uptime
|
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"
|
echo "LANG=$LANG"
|
||||||
if [ -x /usr/bin/timedatectl ]
|
if [ -x /usr/bin/timedatectl ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue