# HG changeset patch # User Edho Arief # Date 1329743702 0 # Node ID 73981a7539dd0a594ccf26563736d83cf47ad1ea # Parent e4208bf9c58504cc254aefe5878c1ce43517e133 New rubygems path. diff -r e4208bf9c585 -r 73981a7539dd rc/bash --- a/rc/bash Thu Feb 16 17:48:04 2012 +0700 +++ b/rc/bash Mon Feb 20 13:15:02 2012 +0000 @@ -122,6 +122,10 @@ for i in {"${HOME}/app","/opt"}/{tmux,ruby19,node,tarsnap,symon,nginx}/{bin,sbin}; do [ -d "${i}" ] && PATH="${i}:${PATH}" done +# New(?) rubygems bin PATH +for i in {"${HOME}/app","/opt"}/ruby19/lib/ruby/gems/1.9.1/bin; do + [ -d "${i}" ] && PATH="${i}:${PATH}" +done # MySQL in common locations highest priority since new = better. Also no compatibility problem. # Cluster is superset of Enterprise/GPL so it gets highest priority.