Added android-studio to path

This commit is contained in:
2015-07-05 15:32:56 -07:00
parent 4c84472ff3
commit f1534558bd

View File

@@ -7,7 +7,7 @@ shopt -s histappend
# Update the values of LINES and COLUMNS.
shopt -s checkwinsize
export PATH=$PATH:/opt/cc0/bin:~/bin
export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin
export EDITOR=vim
export CLICOLOR=1
export HISTCONTROL=ignoreboth