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
46
46
47
47
Installing the completions might be as follows:
48
48
49
- Bash
49
+ ** Bash**
50
+
50
51
``` bash
51
52
curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes.bash_completion > /usr/share/bash-completion/completions/notes
52
53
```
53
54
54
- Zsh
55
- On * buntu based distros
55
+ ** Zsh**
56
+
57
+ On * buntu based distros and OSX:
56
58
``` 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
58
60
```
59
- On other Unix distros the command should as follows
61
+
62
+ On other Unix distros:
63
+
60
64
``` 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
62
66
```
63
67
64
68
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