From 4e463dd1ec2ac620f32197a74e532b8cec14c47c Mon Sep 17 00:00:00 2001 From: Asocia Date: Sat, 15 May 2021 15:36:07 +0300 Subject: [PATCH] Add and remove plugins --- .aliases | 1 + .zshrc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.aliases b/.aliases index 88573b0..0fda7b5 100644 --- a/.aliases +++ b/.aliases @@ -1,3 +1,4 @@ +alias af=alias-finder alias ls=lsd alias lt="lsd --tree" alias rake='noglob bundled_rake' diff --git a/.zshrc b/.zshrc index da3b74a..e68017c 100644 --- a/.zshrc +++ b/.zshrc @@ -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