Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessio/bashrcd

Manage user's Bash configuration
https://github.com/alessio/bashrcd

bash bashrc shell startup startup-scripts unix

Last synced: 29 days ago
JSON representation

Manage user's Bash configuration

Awesome Lists containing this project

README

        

# bashrcd

Manage Bash's user configuration modules.

# Installation

Just type:
```shell
# make install
```

Add a line to load the script automatically at Bash startup:
```shell
$ grep -q bashrcd ~/.bashrc || echo '. bashrcd' >> ~/.bashrc
```

You can now open a new terminal and start populating _~/.bashrc.d/_ with your startup scripts.

# Execution order

The scripts execution order depends on the implementation of `run-parts` installed on the system.
You can check the startups scripts order by typing:
```shell
$ bashrcd -n
```