fix(php): remove practically php bin export

This is now conflicting with phpenv and multiple php bin directories were
getting exported to the `PATH`
This commit is contained in:
Ade Attwood 2020-10-25 20:10:36 +00:00
parent 3464a86fb0
commit 1368b94faf

View file

@ -72,11 +72,6 @@ if [ -d $HOME/development/flutter ]; then
export PATH=$PATH:$HOME/development/flutter/bin
fi
PPHP_VERSION=7.3
if [ -d /usr/share/practically-php/php/$PPHP_VERSION/bin ]; then
export PATH=$PATH:/usr/share/practically-php/php/$PPHP_VERSION/bin
fi
export PATH=$PATH:$HOME/.config/composer/vendor/bin
#