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