Skip to content

Instantly share code, notes, and snippets.

View blithe's full-sized avatar

Blithe Rocher blithe

View GitHub Profile
@blithe
blithe / .zshrc
Last active October 5, 2015 16:03 — forked from burtlo/.zshrc
This is a shortcut to change into my journal directory, create a new article, and then immediately start editing it.
read () {
open "http://blitherocher.com"
}
article () {
# change in to the directory where I keep my journal project
cd /projects/personal_projects/personal_site
echo "Creating article '$@'"