diff options
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 + + + |