mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-09 21:02:50 +00:00
chore(config): remove herd config
This commit is contained in:
@@ -364,17 +364,6 @@ msg "Setting up Go configuration"
|
|||||||
export GOPATH="$XDG_DATA_HOME/go"
|
export GOPATH="$XDG_DATA_HOME/go"
|
||||||
export GOBIN="$XDG_BIN_HOME"
|
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/
|
# nb, https://xwmx.github.io/nb/
|
||||||
msg "Setting up nb configuration"
|
msg "Setting up nb configuration"
|
||||||
export NBRC_PATH="$XDG_CONFIG_HOME/nbrc"
|
export NBRC_PATH="$XDG_CONFIG_HOME/nbrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user