yeah, that's better
This commit is contained in:
@@ -1,5 +1,2 @@
|
|||||||
#!/bin/bash
|
HERE=$(dirname "$1")
|
||||||
|
(echo "$PATH" | grep "$HERE/bin" >/dev/null 2>&1) || export PATH="$HERE/bin:$PATH"
|
||||||
if [ ! -n "$(echo "$PATH" | grep "$PWD/bin")" ]; then
|
|
||||||
export PATH="$PWD/bin:$PATH"
|
|
||||||
fi
|
|
||||||
|
Reference in New Issue
Block a user