Untitled
unknown
plain_text
a year ago
870 B
8
Indexable
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile export ANDROID_HOME=$HOME/Library/Android/sdk export PATH=$PATH:$ANDROID_HOME/emulator export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/tools/bin export PATH=$PATH:$ANDROID_HOME/platform-tools #export PATH="/usr/local/opt/ruby/bin:$PATH" # export PYTHONPATH=/usr/local/opt/python/libexec/bin # export PATH=$PATH:$PYTHONPATH # export PYENV_ROOT=$HOME/.pyenv # export PATH=$PYENV_ROOT/bin:$PATH # eval "$(pyenv init -)" export SONAR_HOME=/usr/local/Cellar/sonar-scanner/4.6.2.2472_1/libexec export SONAR=$SONAR_HOME/bin export PATH=$SONAR:$PATH #[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* #export PATH="/usr/local/opt/ruby/bin:$PATH" # export PATH="/opt/homebrew/opt/ruby@2.7/bin:$PATH"
Editor is loading...
Leave a Comment