Commit ce9ec85c authored by Rob Loach's avatar Rob Loach Committed by ncanceill
Browse files

Add Composer's global binaries to PATH

parent dbca185b
......@@ -46,3 +46,6 @@ alias cdu='composer dump-autoload'
# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'
# Add Composer's global binaries to PATH
export PATH=$PATH:~/.composer/vendor/bin
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment