diff --git a/.bash_profile b/.bash_profile index cbd1b56..dd85520 100644 --- a/.bash_profile +++ b/.bash_profile @@ -9,4 +9,7 @@ if command -v tmux>/dev/null; then fi #tmux attach || tmux new . ~/.bashrc -. ~/.env +if [[ -f ~/.env ]]; then + . ~/.env +fi +