From ff62f92484bce9c098eb7165b09fdbfa91879430 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sun, 18 Feb 2018 23:12:21 +0100 Subject: [PATCH] added phalcon dev tools path --- cfg/zsh/cfg.d/export.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cfg/zsh/cfg.d/export.zsh b/cfg/zsh/cfg.d/export.zsh index f2df7dd..244ebec 100644 --- a/cfg/zsh/cfg.d/export.zsh +++ b/cfg/zsh/cfg.d/export.zsh @@ -21,8 +21,11 @@ if type pacman &>/dev/null; then 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 fi + path+=(/opt/phalcon-devtools) fi +PTOOLSPATH="/opt/phalcon-devtools/" + # Manpath manpath+=(${brewpr}/share/man) @@ -42,7 +45,7 @@ fpath+=(${dotlib}/local) fpath+=(${BASHER_ROOT}/cellar/completions/zsh) # Actually export -export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS +export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS PTOOLSPATH # Reload all Prompts autoload -U promptinit && promptinit