Skip to content

Commit f5cff43

Browse files
authored
Correct .zshrc path (#1485)
1 parent eb5591f commit f5cff43

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
@@ -43,7 +43,7 @@ echo $PATH
4343

4444
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.
4545

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

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

0 commit comments

Comments
 (0)