Skip to content

Commit

Permalink
fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwrfuller committed Dec 12, 2024
1 parent 00b9846 commit 0c1dd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autocompletions/zsh/ahoy/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Ahoy Oh-My-Zsh plugin

1. Clone the zsh-ahoy repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)
1. Copy this folder into the `$ZSH_CUSTOM/plugins` directory (by default `~/.oh-my-zsh/custom/plugins`). The command below is being run from the perspective of this directory.

```bash
git clone https://github.com/ahoy-cli/zsh-ahoy ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ahoy
cp -r ../ahoy ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ahoy
```

2. Add the ahoy zsh plugin to the list of plugins for Oh My Zsh to load, inside `~/.zshrc`:
Expand Down

0 comments on commit 0c1dd14

Please sign in to comment.