From fb3db50269a6487026ba511d02cde9908b5bdddb Mon Sep 17 00:00:00 2001 From: Daniel Dixon Date: Tue, 1 Jan 2013 17:38:26 -0600 Subject: [PATCH] Added a paths file. --- lib/path.zsh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/path.zsh diff --git a/lib/path.zsh b/lib/path.zsh new file mode 100644 index 000000000..1f3991dbd --- /dev/null +++ b/lib/path.zsh @@ -0,0 +1,2 @@ +# DD: added, so that Titanium Appcelerator will work: http://developer.appcelerator.com/question/145794/launching-simulator-process-failed +export PATH=$PATH:/usr/local/share/npm/bin \ No newline at end of file