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:
parent
3464a86fb0
commit
1368b94faf
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue