Skip to content

Instantly share code, notes, and snippets.

@davidcp90
Created March 25, 2013 18:00
Show Gist options
  • Save davidcp90/5239196 to your computer and use it in GitHub Desktop.
Save davidcp90/5239196 to your computer and use it in GitHub Desktop.
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"
alias apre="sudo /etc/init.d/apache2 restart"
alias aprl="sudo /etc/init.d/apache2 reload"
alias apst="sudo /etc/init.d/apache2 start"
alias pj="cd /media/boson/projects"
alias gitfp="git ftp push"
alias gitfu="git config git-ftp.user"
alias gitfp="git config git-ftp.password"
alias gitfurl="git config git-ftp.url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment