Skip to content

Commit ee5776f

Browse files
authored
Merge pull request #386 from jamessimas/master
Fix filename for macOS
2 parents 3648648 + c64da3d commit ee5776f

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
@@ -98,7 +98,7 @@ python setup.py install
9898

9999
### Bash
100100

101-
Add the following to your `.bashrc` (or `.profile` on Mac):
101+
Add the following to your `.bashrc` file:
102102

103103
```
104104
function _update_ps1() {
@@ -110,6 +110,8 @@ if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
110110
fi
111111
```
112112

113+
**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`.
114+
113115
### ZSH
114116

115117
Add the following to your `.zshrc`:

0 commit comments

Comments
 (0)