Skip to content

Commit 09fd45d

Browse files
author
Buck Ryan
committed
doc formatting
1 parent feb9c85 commit 09fd45d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
112112
fi
113113
```
114114

115-
**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`.
115+
**Note:** On macOS, you must add this to one of `.bash_profile`, `.bash_login`,
116+
or `.profile`. macOS will execute the files in the aforementioned order and
117+
will stop execution at the first file it finds. For more information on the
118+
order of precedence, see the section **INVOCATION** in `man bash`.
116119

117120
### ZSH
118121

0 commit comments

Comments
 (0)