aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2019-05-11 15:53:16 +0700
committerPeter Son Struschka <me@peter-struschka.com>2019-05-11 15:53:16 +0700
commit5bca040f13556d13b80a91a43b0b88ca9c21b218 (patch)
treeefdc704586f382f4bdb2baa2cc6f4f353b717f1d /zsh/.zprofile
parentc4f5fd984a863aa284de476e3ef6515affa7eb49 (diff)
downloaddotfiles-5bca040f13556d13b80a91a43b0b88ca9c21b218.tar.gz
dotfiles-5bca040f13556d13b80a91a43b0b88ca9c21b218.tar.bz2
dotfiles-5bca040f13556d13b80a91a43b0b88ca9c21b218.tar.lz
dotfiles-5bca040f13556d13b80a91a43b0b88ca9c21b218.tar.xz
dotfiles-5bca040f13556d13b80a91a43b0b88ca9c21b218.tar.zst
dotfiles-5bca040f13556d13b80a91a43b0b88ca9c21b218.zip
update makefile and configs
Diffstat (limited to 'zsh/.zprofile')
-rwxr-xr-xzsh/.zprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index ef099e8..4166efb 100755
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -18,8 +18,8 @@ export MTP_NO_PROBE="1"
# Android SDK
-#export ANDROID_HOME=/home/peter/Android/Sdk
-#export PATH="$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:$PATH"
+export ANDROID_HOME=/home/peter/Android/Sdk
+export PATH="$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:$PATH"
# bin
export PATH="$HOME/.bin:$PATH"