File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,23 @@ To enable completion for notes, copy the completion script into your bash or zsh
3939
4040Installing the completions might be as follows:
4141
42- Bash
42+ ** Bash**
43+
4344``` bash
4445curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes.bash_completion > /usr/share/bash-completion/completions/notes
4546```
4647
47- Zsh
48- On * buntu based distros
48+ ** Zsh**
49+
50+ On * buntu based distros and OSX:
4951``` bash
50- curl https://cdn. rawgit.com/pimterry/notes/v0.2.0/notes. _notes > /usr/local/share/site-functions/_notes
52+ curl -L https://rawgit.com/pimterry/notes/master/ _notes > /usr/local/share/zsh /site-functions/_notes
5153```
52- On other Unix distros the command should as follows
54+
55+ On other Unix distros:
56+
5357``` bash
54- curl https://cdn. rawgit.com/pimterry/notes/v0.2.0/notes. _notes > /usr/share/zsh/site-functions/_notes
58+ curl -L https://rawgit.com/pimterry/notes/master/ _notes > /usr/share/zsh/site-functions/_notes
5559```
5660
5761You'll need to open a new shell for this to take effect.
You can’t perform that action at this time.
0 commit comments