Pluggable configuration for Bash.
This is the same type of configuration seen in conf.d directories for
various software; all configuration files within the directory are loaded,
ordered alphabetically.
- Replace your
~/.bashrcwith bash.d'sbashrc, or source it. - Create
~/.bash.dand copy or symlink desired configuration files; default configurations are provided in theconf.ddirectory of this repository.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.