Don't exit on error

As this file is sourced, it affects all subsequent shells created in the
current session.
This commit is contained in:
Oliver Davies 2024-12-16 17:12:33 +00:00
parent 839cd30420
commit 434c40597b

View file

@ -22,6 +22,7 @@ with lib;
]; ];
text = '' text = ''
set +o errexit
set +o nounset set +o nounset
if [[ "$PWD" == "$REPOS/os" || "$PWD" == "$REPOS/personal" ]]; then if [[ "$PWD" == "$REPOS/os" || "$PWD" == "$REPOS/personal" ]]; then