diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-09-06 20:00:36 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-09-06 20:00:36 +0100 |
commit | 52582edc079a197d8204c1310ecd37176bfaef84 (patch) | |
tree | 3c49fb25c61fa23d9c9df505e57036c92745710b /Shell/zshrc | |
parent | 93e4cd43681f6ed33abb98e18beab1cfb006fdf0 (diff) | |
download | dotfiles-52582edc079a197d8204c1310ecd37176bfaef84.tar.gz dotfiles-52582edc079a197d8204c1310ecd37176bfaef84.tar.bz2 dotfiles-52582edc079a197d8204c1310ecd37176bfaef84.zip |
updates
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 9b0e8a6..e0ad925 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -54,8 +54,13 @@ if [ -x /usr/bin/dircolors ]; then alias egrep='egrep --color=auto' fi +export ANDROID_HOME=/opt/android-sdk + #fortune -s | cowsay -f $(ls /usr/share/cows/ | shuf -n1) #fortune -s #~/archey + + + |