From 1368b94faf9da0ad4b1edafd5f442f25b8dfab3f Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sun, 25 Oct 2020 20:10:36 +0000 Subject: [PATCH] fix(php): remove practically php bin export This is now conflicting with phpenv and multiple php bin directories were getting exported to the `PATH` --- site-modules/core/files/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site-modules/core/files/zshrc b/site-modules/core/files/zshrc index 534ff93..ec6353f 100644 --- a/site-modules/core/files/zshrc +++ b/site-modules/core/files/zshrc @@ -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 #