Skip to content

Instantly share code, notes, and snippets.

@chaserx
Created September 7, 2010 02:23
Show Gist options
  • Save chaserx/567774 to your computer and use it in GitHub Desktop.
Save chaserx/567774 to your computer and use it in GitHub Desktop.
#################
#### .bashrc ####
#################
export TERM=xterm-color
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32'
export CLICOLOR=1
export LSCOLORS='DxGxcxdxCxegedabagacad'
alias ll='ls -lah'
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:RHOME/bin
export EDITOR='/usr/bin/vim'
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
#######################
#### .bash_profile ####
#######################
source .profile
##
# Your previous /Users/chase/.bash_profile file was backed up as /Users/chase/.bash_profile.macports-saved_2009-06-07_at_22:27:54
##
# MacPorts Installer addition on 2009-06-07_at_22:27:54: 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.
# MacPorts Installer addition on 2009-06-07_at_22:27:54: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
##################
#### .profile ####
##################
# Change the bash shell prompt
# export PS1="\u@\h\w$ "
export PS1='\u@\h[\W]\$: '
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment