Browse Source

Remove git plugin

master
Brett Langdon 8 years ago
parent
commit
589c77c7f5
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc.d/.env.zsh

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

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


Loading…
Cancel
Save