#!/bin/bash
alias datereadable='date +"%A %B %d, %Y"'

function clock() {
	watch -t -n1 "date +'%H : %M : %S' | figlet";
}