Skip to content

Commit

Permalink
docs: updating shim instruction for zsh (astral-sh#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh authored Feb 26, 2024
1 parent a280e15 commit d735a72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ opt-out, or you run a custom shell you will need to do this manually.
Rye ships an `env` file which should be sourced to update `PATH` automatically.

```bash
echo 'source "$HOME/.rye/env"' >> ~/.profile
echo 'source "$HOME/.rye/env"' >> ~/.zprofile
```

In some setups `.profile` is not sourced, in which case you can add it to your
`.zprofile`:
In some setups `.zprofile` is not sourced, in which case you can add it to your
`.zshrc`:

```bash
echo 'source "$HOME/.rye/env"' >> ~/.zprofile
echo 'source "$HOME/.rye/env"' >> ~/.zshrc
```

=== "Fish"
Expand Down

0 comments on commit d735a72

Please sign in to comment.