more plugins
This commit is contained in:
parent
f888b0fb7c
commit
8f3c870ab8
1 changed files with 7 additions and 1 deletions
6
.zshrc
6
.zshrc
|
@ -102,6 +102,8 @@ ZSH_CUSTOM=~/.config_repos/zsh-settings
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
|
git-lfs
|
||||||
|
git-prompt
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
sudo
|
sudo
|
||||||
|
@ -127,6 +129,10 @@ plugins=(
|
||||||
systemd
|
systemd
|
||||||
vscode
|
vscode
|
||||||
#zsh-colorls
|
#zsh-colorls
|
||||||
|
archlinux
|
||||||
|
pylint
|
||||||
|
kate
|
||||||
|
sudo
|
||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
Loading…
Reference in a new issue