Mercurial > ec-dotfiles
changeset 308:59543eaa818f
Merge.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 20 Feb 2012 13:15:35 +0000 |
parents | 73981a7539dd (diff) 81bfcb3015bd (current diff) |
children | 592605e4d3bb |
files | rc/bash |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.