diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 53cea48..8df0396 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -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