Define COMPOSER_HOME

This commit is contained in:
Max Bucknell 2019-03-04 21:06:10 +00:00
parent 6983582164
commit 85b7620c85

View file

@ -16,6 +16,7 @@ PATH="$HOME/dotfiles/bin:$PATH"
# Composer (PHP) # Composer (PHP)
PATH="$HOME/.composer/vendor/bin:$PATH" PATH="$HOME/.composer/vendor/bin:$PATH"
export COMPOSER_HOME="$HOME/.composer"
# Python # Python
export PYTHONPATH="$PYTHONPATH:$HOME/dotfiles/lib/python" export PYTHONPATH="$PYTHONPATH:$HOME/dotfiles/lib/python"