This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias sublime="sublime-text-2" | |
alias supsub="sudo sublime-text-2" | |
alias instalar="sudo apt-get install" | |
alias actualizar="sudo apt-get update" | |
alias proxyud='export http_proxy="http://proxy.udistrital.edu.co:3128"' | |
alias udproxy='export https_proxy="http://proxy.udistrital.edu.co:3128"' | |
alias gita="git add ." | |
alias gitpl="git pull origin master" | |
alias gitps="git push origin master" | |
alias gitc="git commit -m" |