From 7cb0e406a03f431aba921c6082ad275a782fb82b Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Fri, 11 Aug 2023 13:27:52 -0700 Subject: [PATCH] Do not early return when sourcing init --- scripts/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 23efe90..cf7f119 100644 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -56,7 +56,7 @@ __dots_init() { mv -f "$cloned_dir" "$install_dir" # Get out of the empty directory if we were in it - [[ "$(pwd)" == "$cloned_dir" ]] && cd || return + [[ "$(pwd)" == "$cloned_dir" ]] && cd fi # 2. Add the bin directory to the front of the path