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 144c47d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .main
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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

0 comments on commit 144c47d

Please sign in to comment.