path extensions
This commit is contained in:
parent
ffeb839b24
commit
ece79a53de
1 changed files with 9 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue