From 12e57c84094cfe27b552d40fc7516801dc70f880 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 14 Jun 2022 20:15:36 +1200 Subject: [PATCH] docs(zsh): add note about modifications to PATH --- zsh/.config/zsh/zshrc.local | 2 ++ 1 file changed, 2 insertions(+) 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'