1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Add Composer's global binaries to PATH

This commit is contained in:
Rob Loach 2014-06-01 19:28:42 -04:00 committed by ncanceill
parent dbca185b05
commit ce9ec85c63

View file

@ -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