mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 07:17:49 +00:00
Add Bash completion script for rgbasm (#895)
* Add Bash completion script for RGBASM Should have large feature parity with the Zsh completion Co-authored-by: DaKnig <37626476+DaKnig@users.noreply.github.com> * Register RGBASM Bash completion in `checkdiff` Co-authored-by: ISSOtm <eldredhabert0@gmail.com>
This commit is contained in:
@@ -88,6 +88,8 @@ The RGBDS source code file structure somewhat resembles the following:
|
||||
|
||||
* ``zsh_compl`` contains tab completion scripts for use with zsh. Put them somewhere in your ``fpath``, and they should auto-load.
|
||||
|
||||
* ``bash_compl`` contains tab completion scripts for use with bash. Run them with ``source`` somewhere in your ``.bashrc``, and they should load every time you open a shell.
|
||||
|
||||
- ``include/`` - header files for each respective C files in `src`.
|
||||
|
||||
- ``src/`` - source code and manual pages for RGBDS.
|
||||
|
||||
Reference in New Issue
Block a user