Updating autoenv crap
This commit is contained in:
parent
d2f94e6b8e
commit
d231791a19
@ -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
6
algs4/.example.env
Normal 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
1
algs4/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/.env
|
||||||
/algs4.jar
|
/algs4.jar
|
||||||
/bin/
|
/bin/
|
||||||
/checkstyle-5.5/
|
/checkstyle-5.5/
|
||||||
|
Loading…
Reference in New Issue
Block a user