Add and remove plugins

This commit is contained in:
Asocia 2021-05-15 15:36:07 +03:00
parent 53556f12b2
commit 4e463dd1ec
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
alias af=alias-finder
alias ls=lsd
alias lt="lsd --tree"
alias rake='noglob bundled_rake'

4
.zshrc
View File

@ -54,9 +54,9 @@ HIST_STAMPS="mm/dd/yyyy"
# plugins=()
plugins=(
zsh-autosuggestions python pip last-working-dir dirhistory history sudo command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
alias-finder zsh-autosuggestions pip last-working-dir dirhistory history sudo command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
)
plugins+=(zsh-prompt-benchmark)
# plugins+=(zsh-prompt-benchmark)
ZVM_LAZY_KEYBINDINGS=false