Skip to content

Commit 38d1b87

Browse files
docs: update path from ~/.bashprofile -> ~/.zshrc for zsh (#1872)
1 parent d8851c2 commit 38d1b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
190190
191191
###### Custom data directory (optional)
192192
193-
Add the following to `~/.bash_profile` above the line you added above:
193+
Add the following to `~/.zshrc` above the line you added above:
194194
195195
```shell
196196
export ASDF_DATA_DIR="/your/custom/data/dir"

0 commit comments

Comments
 (0)