From e823556a4dded7acb86697acc9340fc483d37ded Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Sun, 31 Aug 2025 19:58:14 +0200 Subject: [PATCH] Fixed typo --- zshrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.sh b/zshrc.sh index bf0c821..e70840a 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -92,7 +92,7 @@ def init.weatherMCPTutorial() { cd $DEV_HOME } -def init.myTTSClient() +def init.myTTSClient() { workon MyTTSClient DEV_HOME=~/Dev/MyTTSClient export DEV_HOME