Skip to content

Commit 7f8347a

Browse files
authored
Update README.md
1 parent 8943ffb commit 7f8347a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zsh-ahoy
22

3-
The Zsh completion plugin for Ahoy.
3+
The Zsh completion plugin for [Ahoy](https://github.com/ahoy-cli/ahoy).
44

55
## Installation
66

@@ -12,7 +12,7 @@ The Zsh completion plugin for Ahoy.
1212
git clone https://github.com/ahoy-cli/zsh-ahoy.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ahoy
1313
```
1414

15-
2. Add the ahoy zsh plugin to the list of plugins for Oh My Zsh to load, inside `~/.zshrc`:
15+
2. Add the ahoy zsh plugin to the list of plugins for [Oh My Zsh](https://ohmyz.sh/) to load, inside `~/.zshrc`:
1616

1717
```
1818
plugins=(
@@ -38,3 +38,7 @@ echo "source ~/.config/zsh-ahoy/zsh-ahoy.zsh" >> ~/.zshrc
3838
```
3939

4040
3. Start a new terminal session.
41+
42+
## Further information about Zsh completions
43+
44+
See the [`zsh-completions`](https://github.com/zsh-users/zsh-completions) project for more examples, further information about Zsh completions, or to write your own and be inspired to help out with this project!

0 commit comments

Comments
 (0)