# Author: Frédéric CHEVALIER
# Created in: 2012-05-27
# Modified in:



# Initialization of the .bashrc
if [ -e $HOME/.bashrc ]; then
   source "$HOME/.bashrc"        # variant: . "$HOME/.bashrc"
fi


# Welcome mesage
echo -e
cat .welcome.msg

echo -e "\033[33m$(df -h | grep -e home -e media | awk '{print $6 " " $5}'| column -t)\033[00m \n"
