We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af3ce7 commit 8d27513Copy full SHA for 8d27513
README.md
@@ -206,8 +206,12 @@ In order to enable the completions, simply source the generated script:
206
$ source completely.bash
207
```
208
209
-You may wish to add this to your `~/.bashrc` file to enable this for future
210
-sessions (just be sure to use absolute path).
+In order to load these completions on startup, you may want to place them in
+the completions directory of your operating system, which can be either of
211
+these (whichever exists):
212
+
213
+- `/usr/share/bash-completion/completions`
214
+- `/usr/local/etc/bash_completion.d`
215
216
## Testing and debugging completion scripts
217
0 commit comments