From a5f834d09e3ecc83710236c3710b9a4d700be442 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Tue, 15 Oct 2024 20:42:35 +0200 Subject: [PATCH] Added MyManagingTools --- zshrc.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zshrc.sh b/zshrc.sh index 39e8d5f..15c502e 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -53,6 +53,15 @@ def init.myProjectManagement() { cd $DEV_HOME } +def init.myManagingTools() { + workon MyManagingTools + DEV_HOME=~/Dev/MyManagingTools + export DEV_HOME + export USER_NAME + secrets.myManagingTools + cd $DEV_HOME +} + def init.myProjectManagement2() { workon MyProjectManagement2 DEV_HOME=~/Dev/MyProjectManagement2