From 606e2399b9883bf50a03026261cd0138f851db5a Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 27 Jun 2026 20:57:55 +0000 Subject: [PATCH] Move Foundry PATH export from zshenv to zshrc zshenv is re-sourced by main_bash_setup, which runs twice during normal zshrc startup and again via myrc. Appending to PATH there stacked duplicate Foundry entries on every shell. Co-authored-by: Unique Divine --- zsh/zshenv | 2 -- zsh/zshrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/zshenv b/zsh/zshenv index 4118a00..199a40b 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -5,5 +5,3 @@ source "$DOTFILES/symlinks.sh" export OUTTXT="$HOME/ki/out.txt" export SKILLS="$HOME/.cursor/skills" export EPICS="$BOKU_PATH/epics" - -export PATH="$PATH:/home/realu/.foundry/bin" diff --git a/zsh/zshrc b/zsh/zshrc index f7d43de..0ce1e4c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -223,6 +223,7 @@ export_yarn_nvim() { export_yarn_nvim export PATH="$PATH:/home/linuxbrew/.linuxbrew/bin" +export PATH="$PATH:/home/realu/.foundry/bin" # Google Cloud SDK: # The next line updates PATH for the Google Cloud SDK.