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 }