Skip to content

Instantly share code, notes, and snippets.

@pankajparashar-zz
Created February 8, 2014 07:43
Show Gist options
  • Save pankajparashar-zz/8878096 to your computer and use it in GitHub Desktop.
Save pankajparashar-zz/8878096 to your computer and use it in GitHub Desktop.
The best todo list app for any developer
Make a list of your todos in /etc/motd:
* Dump prod.sql
- Don't forget to sanitize
* Finish Foo project
And now you'll see it every time you open a new prompt:
* Dump prod.sql
- Don't forget to sanitize
* Finish Foo project
10:40:58 user ~$
I keep an alias to edit it in my .bash_profile
alias etodos="sudo vim /etc/motd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment