Remove node v6 from path

This commit is contained in:
Gene Liverman 2018-01-14 21:13:27 -08:00
parent 731971dd18
commit 98a6ef8668
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA

View file

@ -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