From 96a3d6d2610633b64e2c40d59e38f774f6676f38 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Fri, 21 Oct 2022 16:32:44 -0500 Subject: [PATCH] Reset the exit code after initialization --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index a97eceb..f404264 100644 --- a/.bashrc +++ b/.bashrc @@ -69,3 +69,9 @@ add_path() { for dot in ~/bin/dotlib/*.sh; do . "$dot" done + +### +# Reset exit status +### + +true