From 71a78c6e0c0e22b66d24133e0c29558e5574d355 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 26 Jul 2024 14:18:24 +0300 Subject: [PATCH] chore(config): remove herd config --- config/exports | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/exports b/config/exports index e4adb84..825ef9d 100755 --- a/config/exports +++ b/config/exports @@ -364,17 +364,6 @@ msg "Setting up Go configuration" export GOPATH="$XDG_DATA_HOME/go" export GOBIN="$XDG_BIN_HOME" -# Herd, herd.laravel.com -# Herd injected PHP binary. -msg "Setting up Herd configuration" -export PATH="$HOME/Library/Application\ Support/Herd/bin/":$PATH -x-have herd && { - # Herd injected PHP 8.3 configuration. - export HERD_PHP_83_INI_SCAN_DIR="$HOME/Library/Application\ Support/Herd/config/php/83/" - # Herd injected PHP 7.4 configuration. - export HERD_PHP_74_INI_SCAN_DIR="$HOME/Library/Application\ Support/Herd/config/php/74/" -} - # nb, https://xwmx.github.io/nb/ msg "Setting up nb configuration" export NBRC_PATH="$XDG_CONFIG_HOME/nbrc"