feat(zsh): add pbcheck alias
This commit is contained in:
parent
76c927597b
commit
51ba87a426
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
# local zsh file
|
# 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
|
# weechat
|
||||||
if command -v weechat &> /dev/null; then
|
if command -v weechat &> /dev/null; then
|
||||||
# Conform to XDG base directory specifications
|
# Conform to XDG base directory specifications
|
||||||
|
|
Loading…
Reference in a new issue