X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2Fnodejs.sh;fp=.profile.d%2Fnodejs.sh;h=784f47f827ea5b868905b6f2b8414be2cd79197f;hb=40f1418b1518054a86e963bb7e84507e37a6c82d;hp=9ca697eb4a33d30eb2030a3bdcb096dd5519fec5;hpb=f4cf6be5d8a70d0031df4a2094c412f786dd212e;p=home.git diff --git a/.profile.d/nodejs.sh b/.profile.d/nodejs.sh index 9ca697e..784f47f 100644 --- a/.profile.d/nodejs.sh +++ b/.profile.d/nodejs.sh @@ -1,3 +1,3 @@ -if [ -d "/usr/local/src/chrome-ext/nodejs/current/bin" ] ; then - PATH="/usr/local/src/chrome-ext/nodejs/current/bin:${PATH}" +if [ -d "/usr/local/src/extensions/nodejs/current/bin" ] ; then + PATH="/usr/local/src/extensions/nodejs/current/bin:${PATH}" fi