Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alessio/bashrcd
- Owner: alessio
- License: gpl-2.0
- Created: 2015-06-19T15:45:46.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T06:59:27.000Z (12 months ago)
- Last Synced: 2024-10-17T12:25:31.373Z (3 months ago)
- Topics: bash, bashrc, shell, startup, startup-scripts, unix
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
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
```