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 @@ -46,19 +46,23 @@ To enable completion for notes, copy the completion script into your bash or zsh
4646
4747Installing the completions might be as follows:
4848
49- Bash
49+ ** Bash**
50+
5051``` bash
5152curl 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
6468You'll need to open a new shell for this to take effect.
You can’t perform that action at this time.
0 commit comments