meant to use autoenv for this wacky Princeton setup
This commit is contained in:
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
|
Reference in New Issue
Block a user