#
#########################################################
### Provisioned ONCE by someone's ansible provisioner ###
#########################################################
# Part of: https://git.somenet.org/root/pub/somesible.git
# 2017-2025 by someone <someone@somenet.org>
#

# Do what would have happened, if this user wasnt created by ansible.
rsync -vaPp /etc/skel/ $HOME >/dev/null 2>&1
exec $SHELL