提交 1fca822a 编写于 作者: J jrisebor 提交者: Robby Russell

Fix Standard Error Redirection for composer plugin (#5935)

上级 d12c2ea4
...@@ -52,4 +52,4 @@ alias cgrm='composer global remove' ...@@ -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)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册