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