| 114 | |
| 115 | |
| 116 | |
| 117 | \\ |
| 118 | == Installing Extras |
| 119 | The directory `drm4g/extras` contains stuff that can improve your experience using DRM4G. |
| 120 | |
| 121 | * `drm4g_autocomplete.sh` bash script adds tab-completion features to drm4g. |
| 122 | |
| 123 | === Enabling === |
| 124 | |
| 125 | To enable the DRM4G completion without any installation: |
| 126 | {{{#!sh |
| 127 | source /path/to/extras/drm4g_autocomplete.sh |
| 128 | }}} |
| 129 | After you do that, tab-completion will immediately be available in your current Bash shell, but it won't be available next time you log in. |
| 130 | |
| 131 | === Installing === |
| 132 | |
| 133 | To install '''drm4g_autocomplete.sh''', add the the line bellow in your `$HOME/.bashrc` or `$HOME/.profile` file : |
| 134 | {{{#!sh |
| 135 | source /path/to/extras/drm4g_autocomplete.sh |
| 136 | }}} |
| 137 | Thus tab-completion will take effect the next time you log in. |
| 138 | |