From 76d6e9f200680568c7715e314591cb8e9f998e07 Mon Sep 17 00:00:00 2001 From: Unique Divine Date: Sat, 6 Jun 2026 18:28:38 -0500 Subject: [PATCH] zsh: Move $PATH update export to zshrc --- 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..c5595b0 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/.foundry/bin" # Google Cloud SDK: # The next line updates PATH for the Google Cloud SDK.