Skip to content

Commit 2834a92

Browse files
authored
Correct .zshrc path
1 parent 8587667 commit 2834a92

File tree

1 file changed

+1
-1
lines changed
  • content/operate/oss_and_stack/install/install-stack

1 file changed

+1
-1
lines changed

content/operate/oss_and_stack/install/install-stack/homebrew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo $PATH
4444

4545
Next, confirm that the output contains `/opt/homebrew/bin` (Apple silicon Macs) or `/usr/local/bin` (Intel Mac). If neither `/opt/homebrew/bin` nor `/usr/local/bin` are in the output, add them.
4646

47-
Open the file `~/.bashrc` or `~/zshrc` (depending on your shell), and add the following line.
47+
Open the file `~/.bashrc` or `~/.zshrc` (depending on your shell), and add the following line.
4848

4949
{{< highlight bash >}}
5050
export PATH=$(brew --prefix)/bin:$PATH

0 commit comments

Comments
 (0)