diff options
author | Vasil Zlatanov <v@skozl.com> | 2016-10-13 19:20:52 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2016-10-13 19:20:52 +0100 |
commit | 6531c75eb9a6a664a45b372014a709ac9910c1e2 (patch) | |
tree | 191153123a8a8560aee5176422bf81be4bcb210d /Shell/zshrc | |
parent | 1c221916600457d945094c1df59f0756aca19367 (diff) | |
parent | 52582edc079a197d8204c1310ecd37176bfaef84 (diff) | |
download | dotfiles-6531c75eb9a6a664a45b372014a709ac9910c1e2.tar.gz dotfiles-6531c75eb9a6a664a45b372014a709ac9910c1e2.tar.bz2 dotfiles-6531c75eb9a6a664a45b372014a709ac9910c1e2.zip |
Merge branch 'master' of https://github.com/vaskozl/dotfiles
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 36ee6ac..3e4b71d 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -54,6 +54,8 @@ if [ -x /usr/bin/dircolors ]; then alias egrep='egrep --color=auto' fi +export ANDROID_HOME=/opt/android-sdk + ~/bin/sysinfo |