From 8f3c870ab81feec8314edd688f3569d37bc2cd3e Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Mon, 29 Nov 2021 15:19:03 +0100 Subject: [PATCH] more plugins --- .zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 25cd226..198d139 100644 --- a/.zshrc +++ b/.zshrc @@ -102,6 +102,8 @@ ZSH_CUSTOM=~/.config_repos/zsh-settings # Add wisely, as too many plugins slow down shell startup. plugins=( git + git-lfs + git-prompt zsh-autosuggestions zsh-syntax-highlighting sudo @@ -127,7 +129,11 @@ plugins=( systemd vscode #zsh-colorls - ) + archlinux + pylint + kate + sudo + ) source $ZSH/oh-my-zsh.sh