path extensions

This commit is contained in:
Jake Howard 2016-02-15 17:10:48 +00:00
parent ffeb839b24
commit ece79a53de

View File

@ -0,0 +1,9 @@
# Export some variables
export REACT_EDITOR=atom
export ANDROID_HOME=/opt/android-sdk-linux
# Export PATH
export PATH=${PATH}:/opt/android-sdk-linux/tools
export PATH=${PATH}:/opt/android-sdk-linux/platform-tools
PATH=~/.bin:$PATH # Add part of home to path