box-o-sand/algs4/.env

6 lines
103 B
Bash

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