Skip to content

Commit

Permalink
Merge pull request #1969 from gaelicWizard/plugin-jekyll
Browse files Browse the repository at this point in the history
Plugin/jekyll: lint and stuff
  • Loading branch information
NoahGorny committed Jan 1, 2022
2 parents 475952d + 3fe9c8d commit f534505
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 359 deletions.
7 changes: 0 additions & 7 deletions bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,6 @@ elif [ -s /Applications/Preview.app ]; then
PREVIEW="/Applications/Preview.app"
fi

# Load all the Jekyll stuff

if [ -e "$HOME/.jekyllconfig" ]; then
# shellcheck disable=SC1090
. "$HOME/.jekyllconfig"
fi

# BASH_IT_RELOAD_LEGACY is set.
if ! _command_exists reload && [[ -n "${BASH_IT_RELOAD_LEGACY:-}" ]]; then
case $OSTYPE in
Expand Down
1 change: 1 addition & 0 deletions clean_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ plugins/available/history-search.plugin.bash
plugins/available/history-substring-search.plugin.bash
plugins/available/history.plugin.bash
plugins/available/hub.plugin.bash
plugins/available/jekyll.plugin.bash
plugins/available/jump.plugin.bash
plugins/available/less-pretty-cat.plugin.bash
plugins/available/node.plugin.bash
Expand Down
Loading

0 comments on commit f534505

Please sign in to comment.