zsh: remove driver's license reminder

This commit is contained in:
Colin 2023-03-08 01:09:54 +00:00
parent 46dabcd33f
commit 98739bb061

View File

@ -83,11 +83,6 @@ in
pushd "$1";
}
expiration=$(date -d "6 Mar" +%s)
today=$(date +%s)
days_until=$(( ($expiration - $today) / (24*60*60) ))
echo "You have $days_until days to renew your driver's license"
# auto-cd into any of these dirs by typing them and pressing 'enter':
hash -d 3rd="/home/colin/dev/3rd"
hash -d dev="/home/colin/dev"