Remove obsolete npm bin support
This commit is contained in:
@@ -39,7 +39,6 @@ export TERM="xterm-256color"
|
|||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export GREP_COLOR="1;36"
|
export GREP_COLOR="1;36"
|
||||||
export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH"
|
|
||||||
|
|
||||||
# Enable color support of ls
|
# Enable color support of ls
|
||||||
if ls --color=auto &>/dev/null; then
|
if ls --color=auto &>/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user