Skip to content

Commit

Permalink
ADD: Integration all scripts
Browse files Browse the repository at this point in the history
close #24
  • Loading branch information
konami12 committed Mar 5, 2019
1 parent 96f44a7 commit 7a7a5cf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .main
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
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

0 comments on commit 7a7a5cf

Please sign in to comment.