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