mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add Composer's global binaries to PATH
This commit is contained in:
parent
dbca185b05
commit
ce9ec85c63
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@ alias cdu='composer dump-autoload'
|
||||||
|
|
||||||
# install composer in the current directory
|
# install composer in the current directory
|
||||||
alias cget='curl -s https://getcomposer.org/installer | php'
|
alias cget='curl -s https://getcomposer.org/installer | php'
|
||||||
|
|
||||||
|
# Add Composer's global binaries to PATH
|
||||||
|
export PATH=$PATH:~/.composer/vendor/bin
|
||||||
|
|
Loading…
Reference in a new issue