feat(zsh): add pbcheck alias

This commit is contained in:
George Rawlinson 2021-07-08 17:51:49 +00:00
parent 76c927597b
commit 51ba87a426
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 5 additions and 0 deletions

View File

@ -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