changed some stuff

This commit is contained in:
Nikolas Weger 2018-02-08 22:40:24 +01:00
parent 1bc4c999fa
commit 633c30dc99

View file

@ -17,9 +17,11 @@ path+=(${dotlib}/basher/bin ${BASHER_ROOT}/cellar/bin) # Basher
path+=(${gembin}) # Ruby Gems path+=(${gembin}) # Ruby Gems
path+=(/usr/lib/jvm/default/bin) # Java path+=(/usr/lib/jvm/default/bin) # Java
if type pacman &>/dev/null; then if type pacman &>/dev/null; then
if pacman -Qm android-sdk-build-tools 2>/dev/null; then
asdkver="$(pacman -Qm android-sdk-build-tools | awk '{print $2}' | cut -d'-' -f1 | cut -d'r' -f2)" asdkver="$(pacman -Qm android-sdk-build-tools | awk '{print $2}' | cut -d'-' -f1 | cut -d'r' -f2)"
path+=(/opt/android-sdk/build-tools/${asdkver}); # Android SDK path+=(/opt/android-sdk/build-tools/${asdkver}); # Android SDK
fi fi
fi
# Manpath # Manpath
manpath+=(${brewpr}/share/man) manpath+=(${brewpr}/share/man)