Skip to content

Commit 81e6c81

Browse files
committed
fix: make shell mentions consistent
1 parent 914e3fa commit 81e6c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/setup/macos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ javac --version
6161

6262
If the version looks correct, you are ready to move on to [Installing Android Studio](#installing-android-studio), otherwise you will need to set the `JAVA_HOME` environment variable.
6363

64-
Add the following lines to your shell profile, usually `~/.zshrc`, `~/.bash_profile` or `~/.bashrc` or `~/.zprofile` config file:
64+
Add the following lines to your shell profile, usually `~/.zshrc`, `~/.bash_profile` or `~/.bashrc` or `~/.zprofile`:
6565

6666
```shell
6767
export JAVA_HOME=$(/usr/libexec/java_home -v"17");
@@ -86,7 +86,7 @@ Android Studio installs the latest Android SDK by default, which in most cases s
8686

8787
Configure the `ANDROID_HOME` environment variable for NativeScript to be able to find the Android SDK, and add the required tools to path.
8888

89-
Add the following lines to your shell profile, usually `~/.bash_profile` or `~/.bashrc`, or if you are using `zsh` then `~/.zprofile` or `~/.zshrc` config file:
89+
Add the following lines to your shell profile, usually `~/.zshrc`, `~/.bash_profile` or `~/.bashrc` or `~/.zprofile`:
9090

9191
```shell
9292
export ANDROID_HOME=$HOME/Library/Android/sdk
@@ -171,7 +171,7 @@ brew link [email protected]
171171

172172
You can now run `brew list ruby` to see which specific version was installed to reference next.
173173

174-
Add the following lines to your shell profile, usually `~/.bash_profile` or `~/.bashrc`, or if you are using `zsh` then `~/.zshrc` config file:
174+
Add the following lines to your shell profile, usually `~/.zshrc`, `~/.bash_profile` or `~/.bashrc` or `~/.zprofile`:
175175

176176
```shell
177177
# Add ruby and rubygems to the path

0 commit comments

Comments
 (0)