Add Composer support to $PATH.

This commit is contained in:
Max Bucknell 2015-01-11 09:39:33 +00:00
parent aae033e210
commit 721bc2e954

View file

@ -10,6 +10,9 @@ set PATH /usr/texbin $PATH
# Local path
set PATH ~/.config/bin $PATH
# Composer (PHP)
set PATH ~/.composer/vendor/bin $PATH
# For GitHub integration.
# See github.com/github/hub
alias git hub