Remove obsolete npm bin support

This commit is contained in:
Michael Yockey
2024-09-16 09:03:41 -04:00
parent dfa26525c0
commit c5bd72b00f

View File

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