# HG changeset patch # User nanaya # Date 1439364032 -32400 # Node ID ee234e4c144dbf1ccc253025d61780a5bd9a5305 # Parent a163d6875651bda06e23ff77eef9043e155f18f5 Add composer to default tools. diff -r a163d6875651 -r ee234e4c144d rc/bashrc --- a/rc/bashrc Wed Jun 24 13:41:51 2015 +0900 +++ b/rc/bashrc Wed Aug 12 16:20:32 2015 +0900 @@ -190,7 +190,7 @@ unset _grep # Custom application I usually install and safe to prioritize -for i in {"${HOME}/apps","/opt"{,"/${USER:-$LOGNAME}"}}/{tmux,ruby19,python26,node,tarsnap,symon,nginx,p7zip}/{bin,sbin}; do +for i in {"${HOME}/apps","/opt"{,"/${USER:-$LOGNAME}"}}/{tmux,ruby19,python26,node,tarsnap,symon,nginx,p7zip,composer}/{bin,sbin}; do [ -d "${i}" ] && PATH="${i}:${PATH}" done # New(?) rubygems bin PATH