summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-18 14:14:53 -0500
committerChristian Cleberg <[email protected]>2026-05-18 14:14:53 -0500
commita83e55e7c70dd8418eab8b422fcc939f74457c9c (patch)
treeed565519a010815d9608e8c96146ab1ac5175de7
parenta2f1ae238df0f0a6b1d5e4b4b917742b68639f1a (diff)
downloaddotfiles-a83e55e7c70dd8418eab8b422fcc939f74457c9c.tar.gz
dotfiles-a83e55e7c70dd8418eab8b422fcc939f74457c9c.tar.bz2
dotfiles-a83e55e7c70dd8418eab8b422fcc939f74457c9c.zip
fix zsh
-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"