From 5976e9189f5ae13bbe4bc3ee92e960ed3fc7ff32 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Mon, 1 May 2023 17:02:24 +0300 Subject: [PATCH] INSTALL.md: remove extra curly brace --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 196524f..463796f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ 1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`) ```sh - git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + 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 (inside `~/.zshrc`):