Update for bundles

This commit is contained in:
David Tomaschik
2026-04-07 16:02:49 -07:00
parent 41f8a49381
commit 37c765ae29
5 changed files with 202 additions and 82 deletions

View File

@@ -271,8 +271,11 @@ if [ -x /usr/bin/ack-grep ] ; then
alias ack='/usr/bin/ack-grep'
fi
# I want this first always
# I want these first always
PATH="${HOME}/bin:${PATH}"
if [[ "$(uname)" == "Darwin" ]]; then
PATH="${HOME}/bin/macos:${PATH}"
fi
# Load any local settings
source_if_existing $HOME/.zshrc.local