diff --git a/zsh/.config/zsh/zshrc.local b/zsh/.config/zsh/zshrc.local index 2ace15f..20585e8 100644 --- a/zsh/.config/zsh/zshrc.local +++ b/zsh/.config/zsh/zshrc.local @@ -2,6 +2,11 @@ # local zsh file # +# PKGBUILD checker +if command -v shellcheck &> /dev/null; then + alias pbcheck='SHELLCHECK_OPTS="-e SC2034 -e SC2164 -e SC2154 -e SC2148" shellcheck' +fi + # weechat if command -v weechat &> /dev/null; then # Conform to XDG base directory specifications