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