Mercurial > ec-dotfiles
changeset 573:ee234e4c144d
Add composer to default tools.
author | nanaya <me@myconan.net> |
---|---|
date | Wed, 12 Aug 2015 16:20:32 +0900 |
parents | a163d6875651 |
children | 562fff349744 |
files | rc/bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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