From e282da6b8d919330e31950d1211c0289ed16c6f9 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 2 Nov 2017 12:07:57 +0100 Subject: [PATCH] updated path for android tools --- cfg/zsh/cfg.d/export.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/zsh/cfg.d/export.zsh b/cfg/zsh/cfg.d/export.zsh index bd898c9..78f155d 100644 --- a/cfg/zsh/cfg.d/export.zsh +++ b/cfg/zsh/cfg.d/export.zsh @@ -16,7 +16,7 @@ path+=(${dotfls}/bin) # Bin in Dotfiles path+=(${dotlib}/basher/bin ${BASHER_ROOT}/cellar/bin) # Basher path+=(${gembin}) # Ruby Gems path+=(/usr/lib/jvm/default/bin) # Java -path+=(/opt/android-sdk/build-tools/26.0.1) # Android SDK +path+=(/opt/android-sdk/build-tools/26.0.2) # Android SDK # Manpath manpath+=(${brewpr}/share/man)