From a83e55e7c70dd8418eab8b422fcc939f74457c9c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 18 May 2026 14:14:53 -0500 Subject: fix zsh --- common/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') 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" -- cgit v1.2.3