Skip to content

Commit

Permalink
docs: update path from ~/.bashprofile -> ~/.zshrc for zsh (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
nurulhudaapon authored Feb 3, 2025
1 parent d8851c2 commit 38d1b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
###### Custom data directory (optional)
Add the following to `~/.bash_profile` above the line you added above:
Add the following to `~/.zshrc` above the line you added above:
```shell
export ASDF_DATA_DIR="/your/custom/data/dir"
Expand Down

0 comments on commit 38d1b87

Please sign in to comment.