From 12ea925790ef1ca8a1e389b7981dba01c10d9230 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 8 Feb 2018 22:56:42 +0100 Subject: [PATCH 1/2] updated submodules --- lib/gitignore | 2 +- lib/has | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gitignore b/lib/gitignore index 22a5eb3..f9a44f6 160000 --- a/lib/gitignore +++ b/lib/gitignore @@ -1 +1 @@ -Subproject commit 22a5eb3da72c0a224a179033e92722bdbf5a05ad +Subproject commit f9a44f6c36d9fdd66a1aa9610f1331fdabf5e32c diff --git a/lib/has b/lib/has index 3136085..4de4abb 160000 --- a/lib/has +++ b/lib/has @@ -1 +1 @@ -Subproject commit 3136085c75efe0ff7023dd03603b28d16d084d83 +Subproject commit 4de4abba1ef1341c66549d5511f4750dcee6b53e From ff62f92484bce9c098eb7165b09fdbfa91879430 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sun, 18 Feb 2018 23:12:21 +0100 Subject: [PATCH 2/2] 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