feat: remove unused zsh plugins

This commit is contained in:
AngeD 2022-12-13 11:17:04 +01:00
parent 4c8909d75d
commit 3d9768da6b

View File

@ -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