diff options
| author | David Kaufmann <astra@ionic.at> | 2019-11-19 23:26:48 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2019-11-19 23:26:48 +0100 |
| commit | 9c3a18889f9df018e694ce1be25549dd28e0e471 (patch) | |
| tree | 539846db840d7c5a478f43caa56820fb85b673bf | |
| parent | ec37c658aad3b38ca63a0f14e6a788436c73b1e1 (diff) | |
| download | config-9c3a18889f9df018e694ce1be25549dd28e0e471.tar.gz | |
remove missing plugins
| -rw-r--r-- | home/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc index 9b5181f..21d1ba5 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -62,7 +62,7 @@ DISABLE_AUTO_UPDATE="true" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git mvn tmux colored-man-pages fast-syntax-highlighting zsh-autosuggestions + git mvn tmux colored-man-pages ) [ -d $ZSH ] && source $ZSH/oh-my-zsh.sh |
