From c5bd72b00fb7c8bda5124eca78edc10e71600026 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 16 Sep 2024 09:03:41 -0400 Subject: [PATCH] Remove obsolete npm bin support --- zsh/dot-zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index f978565..412ea48 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -39,7 +39,6 @@ export TERM="xterm-256color" export GPG_TTY=$(tty) export EDITOR="nvim" export GREP_COLOR="1;36" -export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH" # Enable color support of ls if ls --color=auto &>/dev/null; then