Skip to content

Instantly share code, notes, and snippets.

@lorenzodifuccia
Last active October 5, 2023 12:03
Show Gist options
  • Save lorenzodifuccia/bd5acdbff0ae1d11aa4644bdfaafa941 to your computer and use it in GitHub Desktop.
Save lorenzodifuccia/bd5acdbff0ae1d11aa4644bdfaafa941 to your computer and use it in GitHub Desktop.
ZSH User Configuration
zstyle ':omz:update' frequency 30
# brew install trash
alias rm="trash $@"
alias vscode="open -a /Applications/Visual\ Studio\ Code.app $@"
export ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL=120;
export ANDROID_EMULATOR_CURRENT_AVD="Pixel_6_Pro_API_29"
alias emulator="$HOME/Library/Android/sdk/emulator/emulator -avd $ANDROID_EMULATOR_CURRENT_AVD"
export PATH="$HOME/Library/Android/sdk/platform-tools:$PATH"
export PATH="$HOME/Library/Android/sdk/build-tools/33.0.2:$PATH"
export PATH="/opt/homebrew/opt/openjdk@17/bin:$PATH"
export JAVA_HOME=`/usr/libexec/java_home`
export PATH="/Applications/Fortify/Fortify_Apps_and_Tools_23.1.0/bin:$PATH"
export PATH="/Applications/Fortify/Fortify_SCA_23.1.1/bin:$PATH"
export PATH="$PATH:$HOME/.r2env/bin"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# pyenv global system 2.7.18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment