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