@ -36,7 +36,7 @@ fi
function _add-path {
dir="$1"
if [[ $PATH =~ .*$dir.* ]]; then
if [[ $PATH =~ "$dir" ]]; then
return
fi
if [[ -d $dir ]]; then