From 4369a63a969f2be0d8a280871b08961944ceaf97 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Wed, 3 Jul 2024 07:48:36 +0200 Subject: [PATCH] Added secret for MyProjectManagement2 --- zshrc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc.sh b/zshrc.sh index d533255..8f0dc78 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -54,10 +54,11 @@ def init.myProjectManagement() { } def init.myProjectManagement2() { - workon MyProjectManagement + workon MyProjectManagement2 DEV_HOME=~/Dev/MyProjectManagement2 export DEV_HOME export USER_NAME + secrets.myProjectManagement cd $DEV_HOME }