[zsh] Added Apache2 plugin.

This commit is contained in:
Keanu Timmermans 2021-05-10 12:52:04 +02:00
parent 9e9ff0d20c
commit 84ad770f3d
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 7 additions and 0 deletions

View File

@ -105,6 +105,13 @@ _plugin completions 'zsh-users/zsh-completions' "$_checkout_latest_version"
# }}}
# Apache2 {{{
# Crappy solution, but only run if it's on a Raspberry Pi 4 B
if grep -q BCM2711 /proc/cpuinfo; then
_plugin apache2 'voronkovich/apache2.plugin.zsh'
fi
# }}}
# _plugin fzf 'junegunn/fzf' "$_checkout_latest_version" \
# build='./install --bin' \
# after_load='plugin-cfg-path path prepend bin' \