diff --git a/base/zshrc b/base/zshrc index f5d17b1..033c65d 100755 --- a/base/zshrc +++ b/base/zshrc @@ -37,9 +37,6 @@ export ZSH_TMUX_UNICODE=true export ZSH_TMUX_AUTOQUIT=false export ZSH_TMUX_DEFAULT_SESSION_NAME=main -export NVM_DIR="$XDG_CONFIG_HOME/nvm" -export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc - # z, the zsh version export ZSHZ_DATA="$XDG_STATE_HOME/z" antigen bundle z @@ -53,10 +50,6 @@ antigen bundle zsh-users/zsh-completions x-have python && antigen bundle MichaelAquilina/zsh-autoswitch-virtualenv -# nvm is a strange beast -zstyle ':omz:plugins:nvm' autoload yes -antigen bundle nvm - # this needs to be the last item antigen bundle zsh-users/zsh-syntax-highlighting antigen apply @@ -89,8 +82,6 @@ x-have antidot && { eval "$(antidot init)" } -source "$DOTFILES/config/alias" - # Herd checks for a few environment variables to inject PHP binaries and configurations. # Herd injected PHP binary. # export PATH="/Users/ivuorinen/Library/Application\ Support/Herd/bin/":$PATH