Compare commits
3 Commits
67cd6e9e35
...
c8c98b541f
| Author | SHA1 | Date | |
|---|---|---|---|
| c8c98b541f | |||
| 7efd916969 | |||
| 56e2f5f7a7 |
@ -36,7 +36,12 @@ export PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_C
|
|||||||
|
|
||||||
# Source profile, if it hasn't already been loaded
|
# Source profile, if it hasn't already been loaded
|
||||||
if [ -z "$__PROFILE_DONE" ]; then
|
if [ -z "$__PROFILE_DONE" ]; then
|
||||||
. $HOME/.profile
|
. $HOME/.profile
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Source .env to extend with secret/sensitive environment variables if it exists
|
||||||
|
if [ -r "$HOME/.env" ]; then
|
||||||
|
. "$HOME/.env"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user