From 4f437d4aaa4ce4df731d1619ccd20dde623c3114 Mon Sep 17 00:00:00 2001
From: Kostis Anagnostopoulos <ankostis@gmail.com>
Date: Tue, 17 May 2022 00:22:51 +0300
Subject: [PATCH] FEAT(setup) STOP on conda-init, to split in 2 runs >

so as to reload terminal-session with all RC-files updated,
before creating conda-env
(eg `~/.condarc` to speedup things).
---
 setup-account.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-account.sh b/setup-account.sh
index dd8aaae..55893a6 100755
--- a/setup-account.sh
+++ b/setup-account.sh
@@ -213,7 +213,7 @@ function upd40_bashrc_conda_init {
         conda config --set auto_update_conda False
 
         conda init bash  # Effective only if never used conda before.
-        echo "UPDATED"
+        exit 0
     fi
 }
 
-- 
GitLab