mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Fix jekyll oh-my-zsh plugin.
This commit is contained in:
@@ -3,7 +3,7 @@ function _jekyll_locate_dir {
|
|||||||
echo ${JEKYLL_DIR}
|
echo ${JEKYLL_DIR}
|
||||||
elif test -f `pwd`/_config.yml ; then
|
elif test -f `pwd`/_config.yml ; then
|
||||||
pwd
|
pwd
|
||||||
elif test -f ${HOME}/Projects/blog ; then
|
elif test -f ${HOME}/Projects/blog/_config.yml ; then
|
||||||
echo ${HOME}/Projects/blog
|
echo ${HOME}/Projects/blog
|
||||||
else
|
else
|
||||||
echo "Jekyll instance not found!" >&2
|
echo "Jekyll instance not found!" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user