Skip to content

Instantly share code, notes, and snippets.

@grahamb
Created December 19, 2012 19:43
Show Gist options
  • Select an option

  • Save grahamb/4339845 to your computer and use it in GitHub Desktop.

Select an option

Save grahamb/4339845 to your computer and use it in GitHub Desktop.
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
PATH=/opt/ruby-enterprise-1.8.7-2012.02/bin:$PATH:$HOME/bin
GEM_HOME=/opt/ruby-enterprise-1.8.7-2012.02/lib/ruby/gems/1.8
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment