From 98a6ef8668b09707b163e6bf0da2b9a16b19b538 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 14 Jan 2018 21:13:27 -0800 Subject: [PATCH] Remove node v6 from path --- link/nix/zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index ab8e404..fa676b6 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -103,7 +103,6 @@ if [[ `uname` == 'Darwin' ]]; then export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities export PATH="/usr/local/opt/python/libexec/bin:$PATH" eval '/usr/libexec/path_helper -s' > /dev/null - export PATH=$PATH:/usr/local/opt/node@6/bin if [[ -f '/Applications/google-cloud-sdk' ]]; then source /Applications/google-cloud-sdk/completion.zsh.inc