mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
add new composer global binary path
This commit is contained in:
parent
9d43dc88bb
commit
7462e0c8b8
1 changed files with 3 additions and 0 deletions
|
|
@ -50,3 +50,6 @@ alias cget='curl -s https://getcomposer.org/installer | php'
|
|||
|
||||
# Add Composer's global binaries to PATH
|
||||
export PATH=$PATH:~/.composer/vendor/bin
|
||||
|
||||
# Add Composer's global binaries to PATH on newer linux
|
||||
export PATH=$PATH:~/.config/composer/vendor/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue