priority-ignore/bin/activate

9 lines
210 B
Plaintext
Raw Normal View History

2012-07-09 20:16:06 +00:00
#!/bin/bash
2012-07-14 17:43:43 +00:00
# /bin comes before /node_modules/.bin because sometimes I want to
# override the behaviors provided.
2012-07-09 20:16:06 +00:00
PROJECT_ROOT=`pwd`
PATH="$PROJECT_ROOT/bin:$PROJECT_ROOT/node_modules/.bin:$PATH"
export PATH