Added MyTTSCLient
This commit is contained in:
20
zshrc.sh
20
zshrc.sh
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
|
||||
alias pycharm="$HOME/Devtools/pycharm/current/bin/pycharm > /dev/null 2>&1 &"
|
||||
alias pycharm_wsl="$HOME/Devtools/pycharm/current/bin/pycharm > /dev/null 2>&1 &"
|
||||
alias psg='ps -aef | grep'
|
||||
|
||||
def init.sheerka() {
|
||||
@@ -59,7 +59,8 @@ def init.myManagingTools() {
|
||||
ADMIN_EMAIL='kodjo.sossouvi@gmail.com'
|
||||
ADMIN_PASSWORD='kodjo'
|
||||
export DEV_HOME
|
||||
export USER_NAME
|
||||
export ADMIN_EMAIL
|
||||
export ADMIN_PASSWORD
|
||||
secrets.myManagingTools
|
||||
cd $DEV_HOME
|
||||
}
|
||||
@@ -83,6 +84,21 @@ def init.myJiraTools() {
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
|
||||
def init.weatherMCPTutorial() {
|
||||
workon WeatherMCPTutorial
|
||||
DEV_HOME=~/Dev/WeatherMCPTutorial
|
||||
export DEV_HOME
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def init.myTTSClient()
|
||||
workon MyTTSClient
|
||||
DEV_HOME=~/Dev/MyTTSClient
|
||||
export DEV_HOME
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def cdd() {
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user