aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-02-11 19:19:35 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-02-11 19:19:35 +0100
commit6580a27a7f842c068f9e08a474cb94750b224d38 (patch)
tree7903a9f71fc27be79f7d6f374300d75b591395b4 /bash/.bashrc
parentd122825978da0e274d466b066b2407856d378a5b (diff)
downloaddotfiles-6580a27a7f842c068f9e08a474cb94750b224d38.tar.gz
dotfiles-6580a27a7f842c068f9e08a474cb94750b224d38.tar.bz2
dotfiles-6580a27a7f842c068f9e08a474cb94750b224d38.zip
Added android path env variable
Diffstat (limited to 'bash/.bashrc')
-rwxr-xr-xbash/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 8f5c09a..25b7651 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -13,6 +13,8 @@ export PATH="$PATH:$HOME/.local/bin"
13export PATH="$PATH:$HOME/.local/usr/bin" 13export PATH="$PATH:$HOME/.local/usr/bin"
14export PATH="$PATH:$HOME/.local/usr/local/bin" 14export PATH="$PATH:$HOME/.local/usr/local/bin"
15 15
16export ANDROID_HOME="$HOME/Android/Sdk"
17
16# Quit the shell like in vim 18# Quit the shell like in vim
17alias :q="exit" 19alias :q="exit"
18 20