Skip to content

Instantly share code, notes, and snippets.

@higordiego
Created October 15, 2019 21:07
Show Gist options
  • Save higordiego/076bbcf35306378e1bf341204f9d2a46 to your computer and use it in GitHub Desktop.
Save higordiego/076bbcf35306378e1bf341204f9d2a46 to your computer and use it in GitHub Desktop.
export ANDROID_HOME=/Users/higordiego/Android/sdk
export PATH="$HOME/.cargo/bin:$PATH"
# export PATH="/Users/HigorDiego/anaconda3/bin:$PATH"
#export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
#export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
export PATH=~/.local/bin:$PATH
# Flutter
export PATH="$PATH:`pwd`/flutter/bin"
# Auto Complete
plugins=(zsh-autosuggestions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment