diff --git a/zshrc.sh b/zshrc.sh index 15c502e..d286cce 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -56,7 +56,9 @@ def init.myProjectManagement() { def init.myManagingTools() { workon MyManagingTools DEV_HOME=~/Dev/MyManagingTools - export DEV_HOME + ADMIN_EMAIL='kodjo.sossouvi@gmail.com' + ADMIN_PASSWORD='kodjo' + export DEV_HOME export USER_NAME secrets.myManagingTools cd $DEV_HOME