This commit is contained in:
overflowerror 2016-12-23 15:16:47 +01:00
parent d49092cf24
commit 8f13d32d98

View file

@ -81,4 +81,15 @@ function proxyoff(){
echo -e "\nProxy environment variable removed." echo -e "\nProxy environment variable removed."
} }
./.messagerc #./.messagerc
figlet -t -f small -c $(greetings) | lolcat -s 80
echo "You are on $(hostname)." | lolcat -F 0.5
echo
if test $(todo -n) = 0; then
echo "No tasks to do. \o/"
else
todo
fi
echo