From 2d86beea6dd11dba5f46ec9973c2dc98c6ed64c9 Mon Sep 17 00:00:00 2001 From: Anmol Mahatpurkar Date: Tue, 16 Jan 2024 17:14:03 +0530 Subject: [PATCH] Update Term.ts --- src/Term.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Term.ts b/src/Term.ts index 8958b0f..92d4774 100644 --- a/src/Term.ts +++ b/src/Term.ts @@ -48,8 +48,8 @@ class Term { await exec(`git checkout -f ${branch}`); } - await exec(`source .bashrc`) - await exec(`source .bashprofile`) + await exec(`source ~/.bashrc`) + await exec(`source ~/.bash_profile`) if (skipStep !== INSTALL_STEP && skipStep !== BUILD_STEP) { await exec(`${manager} install`, [], {