From f8667f1dcf6ab765c7d29b2758d189be66216f8a Mon Sep 17 00:00:00 2001 From: tokamak-git Date: Fri, 15 Dec 2023 00:42:00 +0530 Subject: [PATCH] fixed zsh path for plugin --- shell_completion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_completion/README.md b/shell_completion/README.md index 76cf8eb381b..94e2b757227 100644 --- a/shell_completion/README.md +++ b/shell_completion/README.md @@ -2,7 +2,7 @@ This [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) plugin adds completion for the cosmos hub blockchain [`Cosmos Hub`](https://github.com/cosmos/gaia), also known as `gaia`. -To use it, copy the contents of the folder into `$ZSH_HOME/custom/gaia` and add `gaiad` to the plugins array in your zshrc file: +To use it, copy the contents of the folder into `$ZSH/custom/gaia` and add `gaiad` to the plugins array in your zshrc file: ```zsh plugins=(... gaiad)