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:
parent
839cd30420
commit
434c40597b
|
@ -22,6 +22,7 @@ with lib;
|
|||
];
|
||||
|
||||
text = ''
|
||||
set +o errexit
|
||||
set +o nounset
|
||||
|
||||
if [[ "$PWD" == "$REPOS/os" || "$PWD" == "$REPOS/personal" ]]; then
|
||||
|
|
Loading…
Reference in a new issue