Last active
May 14, 2017 09:48
-
-
Save MHenderson/04d3a06ee22e7a4271c242707ff3c2dc to your computer and use it in GitHub Desktop.
Morning pages implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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