From 3d9768da6b8dac8f07e3f59d0ad3c89bb419c17d Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 13 Dec 2022 11:17:04 +0100 Subject: [PATCH] feat: remove unused zsh plugins --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 599fd8b..1e96057 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -70,7 +70,7 @@ zstyle ':omz:update' mode disabled # disable automatic updates # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(vi-mode colored-man-pages kube-ps1 timer git gitignore) +plugins=(vi-mode colored-man-pages git gitignore) . "$ZSH"/oh-my-zsh.sh