Changed 'cd's to 'builtin cd's, because I have a modified cd command (cd then ls) and it can get annoying when using the Jekyll aliases.

This commit is contained in:
Mark Szymanski
2010-11-13 10:21:59 -06:00
parent 6c97585329
commit 7b1312002f
2 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
newpost() {
# 'cd' into the local jekyll root
# 'builtin cd' into the local jekyll root
cd "$JEKYLL_LOCAL_ROOT/_posts"
builtin cd "$JEKYLL_LOCAL_ROOT/_posts"
# Get the date for the new post's filename