Skip to content

Instantly share code, notes, and snippets.

View afollestad's full-sized avatar
:shipit:

Aidan Follestad afollestad

:shipit:
View GitHub Profile
@afollestad
afollestad / .zshrc
Last active September 18, 2022 01:26
export JAVA_HOME='/Users/afollestad/Library/Java/JavaVirtualMachines/azul-11-ARM64'
export ANDROID_SDK_ROOT=$HOME/Library/Android/sdk
export PATH="$HOME/Library/Android/sdk/tools:$HOME/Library/Android/sdk/platform-tools:$PATH"
alias gw="./gradlew "
alias dev="cd ~/Development"
alias gcm="git commit -am "
alias gco="git checkout "
alias gpu="git push "
alias gpl="git pull "