From 144c47d0f019816e8a51b023c7896a222764fd4e Mon Sep 17 00:00:00 2001 From: Jmendez Date: Tue, 5 Mar 2019 00:22:55 -0600 Subject: [PATCH] ADD: Integration all scripts close #24 --- .main | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.main b/.main index cd9d0c5..92c08d1 100644 --- a/.main +++ b/.main @@ -47,4 +47,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/.utilities +source ~/repositorios/OrcaPracticas/happy-shell/tools/.app +source ~/repositorios/OrcaPracticas/happy-shell/tools/.wl +source ~/repositorios/OrcaPracticas/happy-shell/tools/.update