Skip to content

Commit af434ab

Browse files
committed
Merge remote-tracking branch 'origin/master' into install
2 parents 1d2ad7f + 8ebe0ae commit af434ab

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,23 @@ To enable completion for notes, copy the completion script into your bash or zsh
4646

4747
Installing the completions might be as follows:
4848

49-
Bash
49+
**Bash**
50+
5051
```bash
5152
curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes.bash_completion > /usr/share/bash-completion/completions/notes
5253
```
5354

54-
Zsh
55-
On *buntu based distros
55+
**Zsh**
56+
57+
On *buntu based distros and OSX:
5658
```bash
57-
curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes._notes > /usr/local/share/site-functions/_notes
59+
curl -L https://rawgit.com/pimterry/notes/master/_notes > /usr/local/share/zsh/site-functions/_notes
5860
```
59-
On other Unix distros the command should as follows
61+
62+
On other Unix distros:
63+
6064
```bash
61-
curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes._notes > /usr/share/zsh/site-functions/_notes
65+
curl -L https://rawgit.com/pimterry/notes/master/_notes > /usr/share/zsh/site-functions/_notes
6266
```
6367

6468
You'll need to open a new shell for this to take effect.

0 commit comments

Comments
 (0)