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