Skip to content

Instantly share code, notes, and snippets.

@clauswitt
Created January 7, 2012 10:25
Show Gist options
  • Select an option

  • Save clauswitt/1574360 to your computer and use it in GitHub Desktop.

Select an option

Save clauswitt/1574360 to your computer and use it in GitHub Desktop.
Two small zsh functions I use for creating (and deploying) blogposts
blog() { cd ~/Documents/Projects/clauswitt.com; ./new.rb $1 ; }
bloglive() { cd ~/Documents/Projects/clauswitt.com; ./deploy.sh }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment