Add local bin to PATH if it exists.

This commit is contained in:
2026-03-27 18:50:25 -07:00
parent b8e4b9bfc3
commit 226aa5dd6d

View File

@@ -1,5 +1,7 @@
# 2024-02-10 Hyperling # 2024-02-10 Hyperling
export PATH="~/bin:$PATH"
if [[ -e ~/.env ]]; then if [[ -e ~/.env ]]; then
source ~/.env source ~/.env
fi fi