mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Fix Standard Error Redirection for composer plugin (#5935)
This commit is contained in:
parent
1201918926
commit
8781dc2963
1 changed files with 1 additions and 1 deletions
|
|
@ -52,4 +52,4 @@ alias cgrm='composer global remove'
|
||||||
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
|
# Add Composer's global binaries to PATH
|
||||||
export PATH=$PATH:$(composer global config bin-dir --absolute) 2>/dev/null
|
export PATH=$PATH:$(composer global config bin-dir --absolute 2>/dev/null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue