From d3c2a49b060d3fe4d88a749274d75ca30030dcb8 Mon Sep 17 00:00:00 2001 From: Shashank Shailabh Date: Sat, 28 Dec 2024 04:00:23 +0530 Subject: [PATCH] add zsh-autocomplete plugin isntalltion steps --- iTerm/zsh.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/iTerm/zsh.md b/iTerm/zsh.md index e35d07ae..6768147b 100644 --- a/iTerm/zsh.md +++ b/iTerm/zsh.md @@ -88,6 +88,16 @@ Clone the zsh-autosuggestions plugin’s repo and copy it to the “Oh My ZSH” git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions ``` +##### zsh-autocomplete + +This plugin adds real-time type-ahead autocompletion to your command line. The available completions are listed automatically and press Tab to insert the top completion or ↓ to select a different one. + +Clone the zsh-autocomplete plugin’s repo and copy it to the “Oh My ZSH” plugins directory. + +```sh +git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete +``` + ##### Enforce Changes To apply the changes you make you need to either **start new shell instance**