From 551e08499b7a29536da76b3dd054cafa1a47d2d6 Mon Sep 17 00:00:00 2001 From: chris1320 Date: Tue, 17 Sep 2024 14:50:43 +0800 Subject: [PATCH] fix(zsh): remove outdated plugins from enabled plugins list Signed-off-by: chris1320 --- Shells/ZSH/ZSH.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shells/ZSH/ZSH.md b/Shells/ZSH/ZSH.md index 1d1ed22..5f2de74 100644 --- a/Shells/ZSH/ZSH.md +++ b/Shells/ZSH/ZSH.md @@ -27,13 +27,11 @@ This customization guide will also help you install/enable the following plugins | Plugin | Description | | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | | [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found) | Provide suggested packages to be installed if a command is not found. | -| [fd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fd) | Add completions for `fd` file searcher. | | [fzf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf) | Enable fuzzy auto-completion. | | [gh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gh) | Add completions for `gh` GitHub CLI. | | [poetry](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/poetry) | Add completions for `poetry`, a Python dependency manager. | | [python](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/python) | Add useful aliases for `python` operations. | | [qrcode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/qrcode) | Generate QR codes from your terminal. | -| [ripgrep](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ripgrep) | Add completions for `rg` text searcher. | | [ssh-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh-agent) | Automatically start `ssh-agent`. | | [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo) | Prefix current/previous command with `sudo` by pressing `` twice. | | [tmux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux) | Add useful aliases for `tmux` terminal multiplexer. |