Skip to content

Commit c64da3d

Browse files
committed
Update macOS section
1 parent 8b9c0f2 commit c64da3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ python setup.py install
9595

9696
### Bash
9797

98-
Add the following to your `.bashrc` (or `.bash_profile` on macOS):
98+
Add the following to your `.bashrc` file:
9999

100100
```
101101
function _update_ps1() {
@@ -107,6 +107,8 @@ if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
107107
fi
108108
```
109109

110+
**Note:** On macOS, you must add this to one of `.bash_profile`, `.bash_login`, or `.profile`. macOS will execute the files in the aforementioned order and will stop execution at the first file it finds. For more information on the order of precedence, see the section **INVOCATION** in `man bash`.
111+
110112
### ZSH
111113

112114
Add the following to your `.zshrc`:

0 commit comments

Comments
 (0)