From 7a7a5cf809aaf8ef348d2be23a162f2e3450687d Mon Sep 17 00:00:00 2001 From: Jmendez Date: Tue, 5 Mar 2019 00:20:18 -0600 Subject: [PATCH] ADD: Integration all scripts close #24 --- .main | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.main b/.main index cd9d0c5..34f086b 100644 --- a/.main +++ b/.main @@ -10,6 +10,7 @@ # -------------------------------------------------------- # REPOSITORY_PATH="~/repositorios" +REPOSITIRY_PRACTICAS="${REPOSITORY_PATH}/GitLab/OrcaTools/tools" REPOSITORY_WL="${REPOSITORY_PATH}/WhiteLabel" REPOSITORY_TVSA="${REPOSITORY_PATH}/TVSA" REPOSITORY_CORE="${REPOSITORY_TVSA}/core_app" @@ -47,4 +48,13 @@ alias git_update_dev="git pull origin ${GIT_DEFAULT_BRANCH}" alias gm="git merge ${GIT_DEFAULT_BRANCH}" alias git_dev="gco ${GIT_DEFAULT_BRANCH}" alias git_master="gco master" -alias td="tree -L 1 -duhg" \ No newline at end of file +alias td="tree -L 1 -duhg" + +# -------------------------------------------------------- # +# Utilidades +# -------------------------------------------------------- # + +source ~/repositorios/OrcaPracticas/happy-shell/tools/.utils +source ~/repositorios/OrcaPracticas/happy-shell/tools/.uis +source ~/repositorios/OrcaPracticas/happy-shell/tools/.wl +source ~/repositorios/OrcaPracticas/happy-shell/tools/.update