cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

a83e55e7c70dd8418eab8b422fcc939f74457c9c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-05-18T19:14:53Z

fix zsh
 common/zsh/.zshrc | 2 ++
 1 file changed, 2 insertions(+)

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"