docs(zsh): add note about modifications to PATH

primary
George Rawlinson 2022-06-14 20:15:36 +12:00
parent 9905ded582
commit 12e57c8409
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# local zsh file
#
# NOTE: all modifications to $PATH to be placed in this file
# PKGBUILD checker
if command -v shellcheck &> /dev/null; then
alias pbcheck='SHELLCHECK_OPTS="-e SC2034 -e SC2164 -e SC2154 -e SC2148" shellcheck'