aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-05-09 16:30:59 -0400
committerBenjamin Linskey2026-05-09 16:30:59 -0400
commit24351e3f14b279b075de186ba8818172796d54ff (patch)
treef15117e118c79089514dce616bef21cb8350f422
parent649450b4b772ba7ce97dc5a661e698d338cca85b (diff)
downloaddotfiles-24351e3f14b279b075de186ba8818172796d54ff.tar.gz

Add .local/bin to PATH

-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 3896768..1d23029 100644
--- a/.profile
+++ b/.profile
@@ -7,7 +7,7 @@ if [ "$(uname)" = "Darwin" ]; then
PATH="/opt/pkg/bin:/opt/pkg/sbin:$PATH"
fi
-export PATH="$HOME/bin:$PATH"
+export PATH="$HOME/bin:$HOME/.local/bin:$PATH"
export ENV="$HOME"/.shrc