Add Composer support to $PATH.
This commit is contained in:
parent
aae033e210
commit
721bc2e954
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ set PATH /usr/texbin $PATH
|
||||||
# Local path
|
# Local path
|
||||||
set PATH ~/.config/bin $PATH
|
set PATH ~/.config/bin $PATH
|
||||||
|
|
||||||
|
# Composer (PHP)
|
||||||
|
set PATH ~/.composer/vendor/bin $PATH
|
||||||
|
|
||||||
# For GitHub integration.
|
# For GitHub integration.
|
||||||
# See github.com/github/hub
|
# See github.com/github/hub
|
||||||
alias git hub
|
alias git hub
|
||||||
|
|
Loading…
Add table
Reference in a new issue