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.