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
39
39
40
40
Installing the completions might be as follows:
41
41
42
- Bash
42
+ ** Bash**
43
+
43
44
``` bash
44
45
curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes.bash_completion > /usr/share/bash-completion/completions/notes
45
46
```
46
47
47
- Zsh
48
- On * buntu based distros
48
+ ** Zsh**
49
+
50
+ On * buntu based distros and OSX:
49
51
``` 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
51
53
```
52
- On other Unix distros the command should as follows
54
+
55
+ On other Unix distros:
56
+
53
57
``` 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
55
59
```
56
60
57
61
You'll need to open a new shell for this to take effect.
You can’t perform that action at this time.
0 commit comments