From 226aa5dd6ddf2c35d8f7f398549769594e9b788b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 27 Mar 2026 18:50:25 -0700 Subject: [PATCH] Add local bin to PATH if it exists. --- bashrc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc.sh b/bashrc.sh index 1be9c4f..dc6a117 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -1,5 +1,7 @@ # 2024-02-10 Hyperling +export PATH="~/bin:$PATH" + if [[ -e ~/.env ]]; then source ~/.env fi