From 3ce3a06da2e2b5667929fe8e1960978e4486f0b3 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Sun, 31 Aug 2025 20:06:34 +0200 Subject: [PATCH] Added alias for myttscli --- zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc.sh b/zshrc.sh index e70840a..d785fde 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -95,6 +95,7 @@ def init.weatherMCPTutorial() { def init.myTTSClient() { workon MyTTSClient DEV_HOME=~/Dev/MyTTSClient + alias myttscli='python $DEV_HOME/main.py' export DEV_HOME cd $DEV_HOME }