aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2019-07-03 16:09:27 -0600
committerjason2019-07-03 16:09:27 -0600
commit2cecaefc93500685a656bde869eeab130432bb40 (patch)
tree2feaca82f16c9f2f3a4b97d3b883d446b22bdced
parentf2fa16fce75556a2c06c1a2da55d89535ed494ea (diff)
downloaddotfiles-2cecaefc93500685a656bde869eeab130432bb40.tar.gz
dotfiles-2cecaefc93500685a656bde869eeab130432bb40.zip
remove zsh-syntax-highlighting
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a17bdb3..f0d1f10 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -48,7 +48,7 @@ DISABLE_CORRECTION="true"
48# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) 48# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
49# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ 49# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
50# Example format: plugins=(rails git textmate ruby lighthouse) 50# Example format: plugins=(rails git textmate ruby lighthouse)
51plugins=(zsh-syntax-highlighting git git-extras docker fabric gpg-agent pep8 pip pyenv pylint python vagrant web-search wd) 51plugins=(git git-extras docker fabric gpg-agent pep8 pip pyenv pylint python vagrant web-search wd)
52 52
53ZSH=~/.oh-my-zsh 53ZSH=~/.oh-my-zsh
54 54