Skip to content

Commit

Permalink
fixed zsh path for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tokamak-git committed Dec 14, 2023
1 parent 48efae5 commit f8667f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell_completion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8667f1

Please sign in to comment.