Browse Source

remove unneeded plugins

master
Brett Langdon 6 years ago
parent
commit
36f963d266
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc.d/.env.zsh

+ 1
- 1
zshrc.d/.env.zsh View File

@ -33,7 +33,7 @@ export ZSH_THEME="agnoster"
export DISABLE_AUTO_UPDATE="true"
export COMPLETION_WAITING_DOTS="true"
# DEV: `pip` and `nvm` are very slow to load
export plugins=(git-extras python node npm fabric)
export plugins=(git-extras python)
# Configure RVM
export rvm_project_rvmrc=1


Loading…
Cancel
Save