Fixup some startup scripts.

This commit is contained in:
David Tomaschik
2019-04-09 15:33:53 +02:00
parent 90060a290e
commit 426fdbd7ee
3 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
# Interactive shells only.
# Should only use POSIX constructs.
# Always load ENV
test -f "$HOME/.env" && . "$HOME/.env"