Compare commits

..

No commits in common. "c8c98b541f1033c2670cbb935e83e23a590d7aec" and "67cd6e9e3504de29b27e4d8493f93173a9f1d692" have entirely different histories.

View File

@ -36,12 +36,7 @@ export PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_C
# Source profile, if it hasn't already been loaded
if [ -z "$__PROFILE_DONE" ]; then
. $HOME/.profile
fi
# Source .env to extend with secret/sensitive environment variables if it exists
if [ -r "$HOME/.env" ]; then
. "$HOME/.env"
. $HOME/.profile
fi