From b53878d0c30293cb642992fd5c32240ad7b72e5f Mon Sep 17 00:00:00 2001 From: michaelmass <10071388+michaelmass@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:55:53 -0400 Subject: [PATCH] update --- bash/.bash_profile | 1 + bash/.bashrc | 1 + bash/.profile | 1 + bash/.zshrc | 1 + 4 files changed, 4 insertions(+) diff --git a/bash/.bash_profile b/bash/.bash_profile index 97832fa..4e7dcac 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -3,6 +3,7 @@ export PATH="$PATH:/opt/homebrew/sbin" export PATH="$PATH:/opt/homebrew/opt/openjdk/bin" export PATH="$PATH:~/.nvm/versions/node/v18.12.1/bin" export PATH="$PATH:~/.cargo/bin" +export PATH="$PATH:~/.local/bin" export PATH="$PATH:/usr/local/bin" export PATH="$PATH:/usr/local/sbin" export PATH="$PATH:/usr/local/opt/openjdk/bin" diff --git a/bash/.bashrc b/bash/.bashrc index 97832fa..4e7dcac 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -3,6 +3,7 @@ export PATH="$PATH:/opt/homebrew/sbin" export PATH="$PATH:/opt/homebrew/opt/openjdk/bin" export PATH="$PATH:~/.nvm/versions/node/v18.12.1/bin" export PATH="$PATH:~/.cargo/bin" +export PATH="$PATH:~/.local/bin" export PATH="$PATH:/usr/local/bin" export PATH="$PATH:/usr/local/sbin" export PATH="$PATH:/usr/local/opt/openjdk/bin" diff --git a/bash/.profile b/bash/.profile index 97832fa..4e7dcac 100644 --- a/bash/.profile +++ b/bash/.profile @@ -3,6 +3,7 @@ export PATH="$PATH:/opt/homebrew/sbin" export PATH="$PATH:/opt/homebrew/opt/openjdk/bin" export PATH="$PATH:~/.nvm/versions/node/v18.12.1/bin" export PATH="$PATH:~/.cargo/bin" +export PATH="$PATH:~/.local/bin" export PATH="$PATH:/usr/local/bin" export PATH="$PATH:/usr/local/sbin" export PATH="$PATH:/usr/local/opt/openjdk/bin" diff --git a/bash/.zshrc b/bash/.zshrc index 97832fa..4e7dcac 100644 --- a/bash/.zshrc +++ b/bash/.zshrc @@ -3,6 +3,7 @@ export PATH="$PATH:/opt/homebrew/sbin" export PATH="$PATH:/opt/homebrew/opt/openjdk/bin" export PATH="$PATH:~/.nvm/versions/node/v18.12.1/bin" export PATH="$PATH:~/.cargo/bin" +export PATH="$PATH:~/.local/bin" export PATH="$PATH:/usr/local/bin" export PATH="$PATH:/usr/local/sbin" export PATH="$PATH:/usr/local/opt/openjdk/bin"