From 2d0ae6044c50d0b911851cf54f705e8be0b0415c Mon Sep 17 00:00:00 2001 From: amehmeto <42amehmeto@gmail.com> Date: Tue, 3 Jul 2018 04:25:20 +0200 Subject: [PATCH] Update INSTALL.md I lost myself in the internet abyss because of this imprecision. It might be helpful for the new noob trying to install that great tweak. :) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 945cec7..fef0f2e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,7 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ``` -2. Add the plugin to the list of plugins for Oh My Zsh to load: +2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`): ```sh plugins=(zsh-autosuggestions)