From a80519a658330c136871680933a0aff2975e6bec Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Wed, 11 Apr 2018 12:19:08 +0200 Subject: [PATCH] Add 64bit node to path --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index fb96585..4de3c7f 100644 --- a/.zshenv +++ b/.zshenv @@ -57,6 +57,7 @@ then PATH=`$preppath -c /usr/sbin:/sbin` PATH=`$preppath -c /usr/local/sbin:/usr/local/bin` `$preppath -c -e /usr/local/node-v8.9.4-linux-x86/bin` + `$preppath -c -e /usr/local/node-v8.9.4-linux-x64/bin` PATH=`$preppath -c $HOME/scripts` PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`