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