Last active
May 11, 2018 01:49
-
-
Save cattaka/ebdc5614be10c2b27ccd2ef71462d4cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## profile | |
export HISTSIZE=2000000 | |
export HISTFILESIZE=20000000 | |
export ANDROID_ADB_SERVER_PORT=25037 | |
export JAVA_HOME=${HOME}/opt/android-studio/jre | |
export ANDROID_HOME=${HOME}/Android/Sdk | |
export GOROOT=${HOME}/opt/go | |
export GOPATH=${HOME} | |
export GCLOUD_HOME=/home/takao/opt/google-cloud-sdk | |
export PATH=${JAVA_HOME}/bin:$PATH | |
export PATH=${ANDROID_HOME}/platform-tools:$PATH | |
export PATH=${GOROOT}/bin:$PATH | |
export PATH=${GCLOUD_HOME}/bin:$PATH | |
## bashrc | |
alias curb="git rev-parse --abbrev-ref HEAD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment