Skip to content

Instantly share code, notes, and snippets.

@MHenderson
Last active May 14, 2017 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MHenderson/04d3a06ee22e7a4271c242707ff3c2dc to your computer and use it in GitHub Desktop.
Save MHenderson/04d3a06ee22e7a4271c242707ff3c2dc to your computer and use it in GitHub Desktop.
Morning pages implementation
alias mp='echo -e "% $(date)\n\n" >> `date +"%y_%m_%d".md` & vim + `date +"%y_%m_%d".md`'
alias gc='git add `date +"%y_%m_%d".md` && git commit -m "Morning pages for $(date +"%d/%m/%y")"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment