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