summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2019-11-19 23:26:48 +0100
committerDavid Kaufmann <astra@ionic.at>2019-11-19 23:26:48 +0100
commit9c3a18889f9df018e694ce1be25549dd28e0e471 (patch)
tree539846db840d7c5a478f43caa56820fb85b673bf /home
parentec37c658aad3b38ca63a0f14e6a788436c73b1e1 (diff)
downloadconfig-9c3a18889f9df018e694ce1be25549dd28e0e471.tar.gz
remove missing plugins
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc2
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