diff options
| author | jason | 2019-07-03 16:09:27 -0600 |
|---|---|---|
| committer | jason | 2019-07-03 16:09:27 -0600 |
| commit | 2cecaefc93500685a656bde869eeab130432bb40 (patch) | |
| tree | 2feaca82f16c9f2f3a4b97d3b883d446b22bdced | |
| parent | f2fa16fce75556a2c06c1a2da55d89535ed494ea (diff) | |
| download | dotfiles-2cecaefc93500685a656bde869eeab130432bb40.tar.gz dotfiles-2cecaefc93500685a656bde869eeab130432bb40.zip | |
remove zsh-syntax-highlighting
| -rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) |
| 51 | plugins=(zsh-syntax-highlighting git git-extras docker fabric gpg-agent pep8 pip pyenv pylint python vagrant web-search wd) | 51 | plugins=(git git-extras docker fabric gpg-agent pep8 pip pyenv pylint python vagrant web-search wd) |
| 52 | 52 | ||
| 53 | ZSH=~/.oh-my-zsh | 53 | ZSH=~/.oh-my-zsh |
| 54 | 54 | ||