From a55a8a983f19f0115c6608b4dfce821e32bb5700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 16 Jun 2026 19:20:04 +0200 Subject: [PATCH] chore: add ~/stacks to PATH --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index d1d0a95c..926a342a 100644 --- a/.zshrc +++ b/.zshrc @@ -46,6 +46,10 @@ if [ -d "$HOME/scripts" ]; then export PATH="$HOME/scripts:$PATH" fi +if [ -d "$HOME/stacks" ]; then + export PATH="$HOME/stacks:$PATH" +fi + if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then