meant to use autoenv for this wacky Princeton setup

This commit is contained in:
Dan Buch 2012-05-29 14:40:07 -04:00
parent 3de7a26bef
commit 86702165fe

5
algs4/.env Normal file
View File

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