diff --git a/.zshrc b/.zshrc index b5db753f2..936c6da61 100644 --- a/.zshrc +++ b/.zshrc @@ -134,6 +134,5 @@ export HERD_PHP_81_INI_SCAN_DIR="/Users/driesvints/Library/Application Support/H # Herd injected PHP 8.0 configuration. export HERD_PHP_80_INI_SCAN_DIR="/Users/driesvints/Library/Application Support/Herd/config/php/80/" - # Herd injected PHP binary. export PATH="/Users/driesvints/Library/Application Support/Herd/bin/":$PATH diff --git a/path.zsh b/path.zsh index 385b6504c..3f0c50fa4 100644 --- a/path.zsh +++ b/path.zsh @@ -5,9 +5,6 @@ add_to_path() { fi } -# Load Herd injected PHP binaries -add_to_path "/Users/driesvints/Library/Application Support/Herd/bin" - # Load dotfiles binaries add_to_path "$DOTFILES/bin"