From 2fff9de4387d0a648f1b831a8d21dbd803f38671 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sat, 15 Jun 2019 18:10:15 +0300 Subject: [PATCH] removed few oh-my-zsh plugins from .zshrc --- .zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zshrc b/.zshrc index aca83da..714573f 100644 --- a/.zshrc +++ b/.zshrc @@ -52,12 +52,8 @@ setopt always_to_end # move cursor to end if word had one match #oh-my-zsh plugins plugins=( - git - battery zsh-autosuggestions zsh-syntax-highlighting - archlinux - sudo tmux yadm )