Skip to content

Commit

Permalink
docs: added zsh section to hooks install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jguddas committed Nov 17, 2023
1 parent 5372bef commit 2dbbaee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,12 @@ systems.
echo 'eval "$(rtx activate bash)"' >> ~/.bashrc
```
#### Zsh
```
echo 'eval "$(rtx activate zsh)"' >> "${ZDOTDIR-$HOME}/.zshrc"
```
#### Fish
```
Expand Down

0 comments on commit 2dbbaee

Please sign in to comment.