Added MyManagingTools
This commit is contained in:
9
zshrc.sh
9
zshrc.sh
@@ -53,6 +53,15 @@ def init.myProjectManagement() {
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def init.myManagingTools() {
|
||||
workon MyManagingTools
|
||||
DEV_HOME=~/Dev/MyManagingTools
|
||||
export DEV_HOME
|
||||
export USER_NAME
|
||||
secrets.myManagingTools
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def init.myProjectManagement2() {
|
||||
workon MyProjectManagement2
|
||||
DEV_HOME=~/Dev/MyProjectManagement2
|
||||
|
||||
Reference in New Issue
Block a user