meant to use autoenv for this wacky Princeton setup

cat-town
Dan Buch 13 years ago
parent 3de7a26bef
commit 86702165fe

@ -0,0 +1,5 @@
#!/bin/bash
if [ ! -n "$(echo "$PATH" | grep "$PWD/bin")" ]; then
export PATH="$PWD/bin:$PATH"
fi
Loading…
Cancel
Save