Reset the exit code after initialization

This commit is contained in:
Nick Chambers 2022-10-21 16:32:44 -05:00
parent 04962b7d54
commit 96a3d6d261
1 changed files with 6 additions and 0 deletions

View File

@ -69,3 +69,9 @@ add_path() {
for dot in ~/bin/dotlib/*.sh; do
. "$dot"
done
###
# Reset exit status
###
true