Add vdebug
This commit is contained in:
11
.profile
11
.profile
@ -4,7 +4,11 @@ if [ -x /opt/homebrew/bin/brew ]
|
||||
then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
PATH="$HOMEBREW_PREFIX/opt/bison/bin:/usr/local/bin:$PATH"
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
for tool in flex bison
|
||||
do
|
||||
PATH="$HOMEBREW_PREFIX/opt/$tool/bin:$PATH"
|
||||
done
|
||||
for tool in libtool coreutils grep gnu-sed findutils make
|
||||
do
|
||||
PATH="$HOMEBREW_PREFIX/opt/$tool/libexec/gnubin:$PATH"
|
||||
@ -14,11 +18,6 @@ else
|
||||
export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
|
||||
fi
|
||||
|
||||
if [ -d /opt/homebrew/opt/php@8.3 ]
|
||||
then
|
||||
PATH="/opt/homebrew/opt/php@8.3/bin:/opt/homebrew/opt/php@8.3/sbin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/Android/Sdk" ]
|
||||
then
|
||||
export ANDROID_HOME="$HOME/Android/Sdk"
|
||||
|
Reference in New Issue
Block a user