Updating autoenv crap

This commit is contained in:
Dan Buch 2012-11-18 07:30:57 -05:00
parent d2f94e6b8e
commit d231791a19
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +0,0 @@
HERE=$(dirname "$1")
(echo "$PATH" | grep "$HERE/bin" >/dev/null 2>&1) || export PATH="$HERE/bin:$PATH"

6
algs4/.example.env Normal file
View File

@ -0,0 +1,6 @@
export PATH="$HOME/src/box-o-sand/src/gotime/.installation/go/bin:$PATH"
export PATH="$HOME/src/box-o-sand/src/algs4/bin:$PATH"
export GOROOT="$HOME/src/box-o-sand/src/gotime/.installation/go"
export GOPATH="$GOROOT:$HOME/src/box-o-sand/src/algs4"
source "$GOROOT/misc/bash/go"

1
algs4/.gitignore vendored
View File

@ -1,3 +1,4 @@
/.env
/algs4.jar
/bin/
/checkstyle-5.5/