First commit
This commit is contained in:
36
dot_bash_profile
Normal file
36
dot_bash_profile
Normal file
@ -0,0 +1,36 @@
|
||||
# ~/.bash_profile
|
||||
# Source .bashrc for login shells to ensure consistent environment
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
export GOPATH=$HOME/go
|
||||
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
|
||||
# Herd injected NVM configuration
|
||||
export NVM_DIR="/Users/corey/Library/Application Support/Herd/config/nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
# Herd injected PHP 8.4 configuration.
|
||||
export HERD_PHP_84_INI_SCAN_DIR="/Users/corey/Library/Application Support/Herd/config/php/84/"
|
||||
|
||||
|
||||
# Herd injected PHP 8.2 configuration.
|
||||
export HERD_PHP_82_INI_SCAN_DIR="/Users/corey/Library/Application Support/Herd/config/php/82/"
|
||||
|
||||
|
||||
# Herd injected PHP binary.
|
||||
export PATH="/Users/corey/Library/Application Support/Herd/bin/":$PATH
|
||||
|
||||
# Composer Global Path
|
||||
export PATH="$PATH:/Users/corey/.config/composer/vendor/bin"
|
||||
|
||||
|
||||
|
||||
# Herd injected PHP binary.
|
||||
export PATH="/Users/corey/Library/Application Support/Herd/bin/":$PATH
|
||||
|
||||
|
||||
# Herd injected PHP binary.
|
||||
export PATH="/Users/corey/Library/Application Support/Herd/bin/":$PATH
|
||||
Reference in New Issue
Block a user