Skip to content

Instantly share code, notes, and snippets.

@bcattle
Created July 23, 2015 02:46
Show Gist options
  • Save bcattle/f94ddeecfca685c7c16f to your computer and use it in GitHub Desktop.
Save bcattle/f94ddeecfca685c7c16f to your computer and use it in GitHub Desktop.
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias ls='ls -G'
alias ll='ls -Gl'
alias la='ls -Ga'
alias grep='grep --color'
source $HOME/z.sh
complete -C '/usr/local/bin/aws_completer' aws
# Setting PATH for Python 3.4
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
export PATH
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment