docs(zsh): add note about modifications to PATH
This commit is contained in:
parent
9905ded582
commit
12e57c8409
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
# local zsh file
|
# local zsh file
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# NOTE: all modifications to $PATH to be placed in this file
|
||||||
|
|
||||||
# PKGBUILD checker
|
# PKGBUILD checker
|
||||||
if command -v shellcheck &> /dev/null; then
|
if command -v shellcheck &> /dev/null; then
|
||||||
alias pbcheck='SHELLCHECK_OPTS="-e SC2034 -e SC2164 -e SC2154 -e SC2148" shellcheck'
|
alias pbcheck='SHELLCHECK_OPTS="-e SC2034 -e SC2164 -e SC2154 -e SC2148" shellcheck'
|
||||||
|
|
Loading…
Reference in a new issue