Joined January 2012
·
Achievements
51 Karma
639 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Raven
Have at least one original repo where some form of shell script is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
I like to keep system related stuff in /etc/motd. Adding this to ~/.{bash,zsh}rc is a little more practical IMHO.
if [ -f "$HOME/.todo" ] ; then
cat $HOME/.todo
fi
Also, Checkout Emacs Org-mode if you want serious biz todo. :-)