From c4abfbe265882cb74a33512b82bd611bdcf2fd35 Mon Sep 17 00:00:00 2001 From: jsr-p Date: Wed, 4 Oct 2023 20:32:58 +0200 Subject: [PATCH] Fix: update documentation to include parameter substitution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d7bf3..6abb067 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Clone `zsh-vi-mode` into your custom plugins repo ```shell git clone https://github.com/jeffreytse/zsh-vi-mode \ - $ZSH_CUSTOM/plugins/zsh-vi-mode + ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-vi-mode ``` Then load as a plugin in your `.zshrc`