Commit a910aef0 authored by Robby Russell's avatar Robby Russell
Browse files

Revert "Add Composer's local binaries to PATH"

parent 7a531666
......@@ -47,5 +47,5 @@ alias cdu='composer dump-autoload'
# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'
# Add Composer's global & local binaries to PATH
export PATH=$PATH:~/.composer/vendor/bin:./bin
# 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