diff options
author | Benji Nguyen <45523555+solidiquis@users.noreply.github.com> | 2024-03-26 14:56:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 14:56:29 -0700 |
commit | 77199d97c3f14cfaf66a3c0c54c06d1f28d7e7ca (patch) | |
tree | 68173fd1b320961b9f0a5ec528ab8fffe5cc2bf8 | |
parent | ea26c0e5961f055db0bad281455edc6f429d5699 (diff) | |
parent | 3c0ddeb407f41d2e4b41b1ac44a23913ff692123 (diff) |
docs: fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -807,7 +807,7 @@ For empirical data on the subject checkout [this article](https://pkolaczk.githu `--completions` is used to generate auto-completions for common shells so that the `tab` key can attempt to complete your command or give you hints; where you place the output highly depends on your shell as well as your setup. In my environment where I use `zshell` with `oh-my-zsh`, I would install completions like so: ``` -$ et --completions zsh > ~/.oh-my-zsh/completions/_erd +$ erd --completions zsh > ~/.oh-my-zsh/completions/_erd $ source ~/.zshrc ``` |