diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-21 09:59:59 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-21 09:59:59 -0500 |
commit | 1eab36c3af8ac9f4bce9a2890050fb9f37cbe01f (patch) | |
tree | 1f03f04a1165769b5a5a014159b88d91b396dbeb | |
parent | 49cde0e9c380d1165713b7583359db7f4df6ab06 (diff) |
Add macos homebrew to pathmac
-rw-r--r-- | sh/profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ addtopath "$HOME/.local/bin/volsv" addtopath "$HOME/.local/bin" addtopath "$HOME/.local/bin/flatpak-sc" addtopath "$HOME/.local/share/flatpak/exports/bin/" +addtopath "/opt/homebrew/bin" addtopath "$CARGO_HOME/bin" addtopath "$GOPATH/bin" addtopath "$ZVMPATH" |