Skip to content

Instantly share code, notes, and snippets.

@leandrowd
Created May 31, 2012 14:31
Show Gist options
  • Save leandrowd/2843771 to your computer and use it in GitHub Desktop.
Save leandrowd/2843771 to your computer and use it in GitHub Desktop.
.bash_profile configs
export GREP_OPTIONS="--color=auto"
export GREP_COLOR="4;33"
export CLICOLOR="auto"
source ~/git-completion.bash
alias gco='git co'
alias gci='git ci'
alias grb='git rb'
alias ls="ls -G"
alias wp="rvm ruby-1.9.3-p125 && cd ~/projects/webpesados"
alias dir="ls -l"
alias mysqld_start="cd /usr/local/var/mysql;sudo -u webpesados mysqld"
. .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment