more plugins
This commit is contained in:
parent
f888b0fb7c
commit
8f3c870ab8
1 changed files with 7 additions and 1 deletions
8
.zshrc
8
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue