-
-
Save brandonlipman/380492f36ac7a7040f47 to your computer and use it in GitHub Desktop.
This file contains 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
PS1="Ready$ " | |
alias ll="ls -lahG" | |
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" | |
export PATH="$(brew --prefix ruby)/bin:$PATH" | |
source /usr/local/opt/chruby/share/chruby/chruby.sh | |
#[[ -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 pg="pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log" | |
## | |
# Your previous /Users/brandonrlipman/.bash_profile file was backed up as /Users/brandonrlipman/.bash_profile.macports-saved_2014-05-03_at_18:27:13 | |
## | |
# MacPorts Installer addition on 2014-05-03_at_18:27:13: adding an appropriate PATH variable for use with MacPorts. | |
#export PATH=/opt/local/bin:/opt/local/sbin:$PATH | |
# Finished adapting your PATH environment variable for use with MacPorts. | |
export PATH="/usr/local/bin:$PATH" | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment