Created
          May 31, 2012 14:31 
        
      - 
      
- 
        Save leandrowd/2843771 to your computer and use it in GitHub Desktop. 
    .bash_profile configs
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | 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