Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 943 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 943 Bytes

bash.d

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.

Installation

  • Replace your ~/.bashrc with bash.d's bashrc, or source it.
  • Create ~/.bash.d and copy or symlink desired configuration files; default configurations are provided in the conf.d directory of this repository.

License

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.