diff --git a/zsh/.config/zsh/zshrc.local b/zsh/.config/zsh/zshrc.local index 4a1082e..c6e690a 100644 --- a/zsh/.config/zsh/zshrc.local +++ b/zsh/.config/zsh/zshrc.local @@ -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'