Created
January 7, 2012 10:25
-
-
Save clauswitt/1574360 to your computer and use it in GitHub Desktop.
Two small zsh functions I use for creating (and deploying) blogposts
This file contains hidden or 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
| 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