Skip to content

Instantly share code, notes, and snippets.

View davidcp90's full-sized avatar
🎯
Software engineer & leader

David Felipe Camargo Polo davidcp90

🎯
Software engineer & leader
View GitHub Profile
@davidcp90
davidcp90 / sexyalias
Created March 25, 2013 18:00
My alias to do some things fast in linux terminal, if you want to use please modify your .bashrc file in your home directory and add the following lines at the end of the file
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"