Skip to content

Instantly share code, notes, and snippets.

View danh32's full-sized avatar

Dan Hill danh32

View GitHub Profile
export PATH=$PATH:$HOME/bin
export PATH="$PATH:/Users/daniel.hill/.local/bin"
export PATH="$PATH:/Users/daniel.hill/code/misc/arcanist/bin/"
export PATH="$PATH:/Users/daniel.hill/Library/Android/sdk/platform-tools"
export PATH="$PATH:/Users/daniel.hill/Library/Android/sdk/tools"
export PATH="$PATH:/Users/daniel.hill/Library/Android/sdk/build-tools/28.0.3/"
export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
export ANDROID_HOME=/Users/daniel.hill/Library/Android/sdk/
export EDITOR='subl -n -w'
[user]
name =
email =
[alias]
st = status
cm = commit
br = branch
co = checkout
rb = rebase
com = checkout main
/*
* Copyright 2014 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software