From ab15a72004482a3231a9fd623b5fef2ece31b9c9 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Sat, 24 Aug 2013 16:38:54 -0400 Subject: [PATCH] Apportable path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 46d35bb48..e98dbcff9 100644 --- a/zshrc +++ b/zshrc @@ -40,7 +40,7 @@ source $ZSH/oh-my-zsh.sh # Thankfully the path that is already present is the one that the system has set according to # normal practices. This inserts a few more things that I use from the shell. -export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin +export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin:~/.apportable/SDK/bin # [[ $(id -u) == 0 ]] && export PATH=/usr/local/bin:$PATH # export PAGER=vimpager