feat(greet): Add TODO.md

Automatically display `~/TODO.md` if glow is installed
This commit is contained in:
Robert Morrison 2024-02-19 15:16:14 +00:00
parent 0100d1c64f
commit 169cf0c209
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

1
greet
View File

@ -15,3 +15,4 @@ if [ -d "$HOME/tmp" ]; then
fi
has randomVerse && randomVerse
has colours.sh && colours.sh
has glow && [ -f ~/TODO.md ] && glow ~/TODO.md