Add zsh completion scripts

Can't get bash ones to work, but these do.
This commit is contained in:
ISSOtm
2020-11-03 23:29:47 +01:00
parent 0c55703438
commit dc96cc6d1e
5 changed files with 137 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ The RGBDS source code file structure somewhat resembles the following:
│   └── workflows/
│      └── ...
├── contrib/
│   ├── zsh_compl/
│   │   └── ...
│   └── ...
├── include/
│   └── ...
@@ -79,6 +81,8 @@ The RGBDS source code file structure somewhat resembles the following:
- ``contrib/`` - scripts and other resources which may be useful to users and developers of
RGBDS.
* ``zsh_compl`` contains tab completion scripts for use with zsh. Put them somewhere in your ``fpath``, and they should auto-load.
- ``include/`` - header files for each respective C files in `src`.
- ``src/`` - source code and manual pages for RGBDS.