# HG changeset patch # User Edho Arief # Date 1329743735 0 # Node ID 59543eaa818f16b2593aea2feac6ad86215519c6 # Parent 73981a7539dd0a594ccf26563736d83cf47ad1ea# Parent 81bfcb3015bdba7f9e60ebaa9dd7f2d4b89ff7dc Merge. diff -r 81bfcb3015bd -r 59543eaa818f rc/bash --- a/rc/bash Sun Feb 19 06:27:32 2012 +0000 +++ b/rc/bash Mon Feb 20 13:15:35 2012 +0000 @@ -123,6 +123,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.