Skip to content

Instantly share code, notes, and snippets.

View frf's full-sized avatar
🤑
Working hard

Fabio Rocha frf

🤑
Working hard
View GitHub Profile
@frf
frf / .zshrc
Created January 4, 2021 14:58 — forked from diego3g/.zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export ANDROID_HOME=~/Android/Sdk
export PATH="$PATH:$ANDROID_HOME/tools"
export PATH="$PATH:$ANDROID_HOME/platform-tools"
# Path to your oh-my-zsh installation.
export ZSH="/Users/diegofernandes/.oh-my-zsh"
export PATH="$PATH:/usr/local/bin"