meant to use autoenv for this wacky Princeton setup
This commit is contained in:
parent
3de7a26bef
commit
86702165fe
5
algs4/.env
Normal file
5
algs4/.env
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -n "$(echo "$PATH" | grep "$PWD/bin")" ]; then
|
||||
export PATH="$PWD/bin:$PATH"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user