Update
This commit is contained in:
@ -4,10 +4,6 @@ if [ -f ~/.bashrc ]; then
|
|||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GOPATH=$HOME/go
|
|
||||||
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
|
||||||
export PATH=$PATH:$(go env GOPATH)/bin
|
|
||||||
|
|
||||||
# Herd injected NVM configuration
|
# Herd injected NVM configuration
|
||||||
export NVM_DIR="/Users/corey/Library/Application Support/Herd/config/nvm"
|
export NVM_DIR="/Users/corey/Library/Application Support/Herd/config/nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|||||||
11
dot_bashrc
11
dot_bashrc
@ -89,17 +89,6 @@ if [ -d "/opt/homebrew/bin" ]; then
|
|||||||
PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add Go bin directory if it exists
|
|
||||||
if [ -d "/usr/local/go/bin" ]; then
|
|
||||||
PATH="/usr/local/go/bin:$PATH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Add Topaz Photo AI bin directory if it exists
|
|
||||||
TOPAZ_BIN="/Applications/Topaz Photo AI.app/Contents/Resources/bin"
|
|
||||||
if [ -d "$TOPAZ_BIN" ]; then
|
|
||||||
PATH="$TOPAZ_BIN:$PATH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Export the final PATH
|
# Export the final PATH
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user