summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index 55e2130..6803b5d 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -7,6 +7,8 @@ if [[ "$(uname)" == "Darwin" ]]; then
if [ -d "$HOME/Documents/.brew" ]; then
# Custom installation path
BREW_PREFIX="$HOME/Documents/.brew"
+ # Created by `pipx` on 2026-03-25 16:52:28
+ export PATH="$PATH:/Users/ccleberg/.local/bin"
elif [ -d "/opt/homebrew" ]; then
# Standard path for Apple Silicon Macs
BREW_PREFIX="/opt/homebrew"