Skip to content

Instantly share code, notes, and snippets.

@adibMosharrof
Last active January 1, 2016 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adibMosharrof/8149537 to your computer and use it in GitHub Desktop.
Save adibMosharrof/8149537 to your computer and use it in GitHub Desktop.
ubuntu 12.04 .bash_aliases
alias s='sudo'
alias agu='sudo apt-get update'
alias agi='sudo apt-get install'
alias bright='xbacklight -set'
#aliases for laravel
alias art='php artisan'
#aliases for git
alias g='git '
alias gst='git status -s'
alias gaa='git add .'
alias gc='git commit -m'
alias gco='git checkout'
alias glogg='git log --graph --decorate --oneline --abbrev-commit --all'
alias gph='git push'
alias gpl='git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment