From 7f8b9b829a34900193daf9c46463910b9fb5ccf0 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Fri, 12 Nov 2021 08:07:53 -0800 Subject: [PATCH] general: Correct typo in installation instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves “zsh: bad substitution” --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46e378..5479721 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ version is **4.3.11**. git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto" ``` - - Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`${$HOME}/.zshenv`_: + - Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`$HOME/.zshenv`_: ```sh export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:=$HOME/.config}"