Compare commits
No commits in common. "c8c98b541f1033c2670cbb935e83e23a590d7aec" and "67cd6e9e3504de29b27e4d8493f93173a9f1d692" have entirely different histories.
c8c98b541f
...
67cd6e9e35
@ -39,11 +39,6 @@ if [ -z "$__PROFILE_DONE" ]; then
|
|||||||
. $HOME/.profile
|
. $HOME/.profile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source .env to extend with secret/sensitive environment variables if it exists
|
|
||||||
if [ -r "$HOME/.env" ]; then
|
|
||||||
. "$HOME/.env"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Source aliases, if they exist
|
# Source aliases, if they exist
|
||||||
if [ -f "$HOME/.aliases" ] && [ -r "$HOME/.aliases" ]; then
|
if [ -f "$HOME/.aliases" ] && [ -r "$HOME/.aliases" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user