Skip to content

Instantly share code, notes, and snippets.

@junior-ales
Created May 2, 2013 14:49
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 junior-ales/5502722 to your computer and use it in GitHub Desktop.
Save junior-ales/5502722 to your computer and use it in GitHub Desktop.
Personal .bash_profile configuration file
. /usr/local/etc/bash_completion.d/git-completion.bash
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
PATH=$PATH:$HOME/bin
export PATH
alias ls='ls -G'
alias lt='tree -C'
alias ll='ls -l'
alias la='ls -la'
@junior-ales
Copy link
Author

For Mac OS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment