https://github.com/bebagodfried/bashrc
Cross-platform GNU Bash configuration for the Bash/Shell environment.
https://github.com/bebagodfried/bashrc
bash bash-profile bash-prompt bash-scripting bashrc bashrc-configs bashrc-enhance bashrc-files shell shell-commands
Last synced: 5 months ago
JSON representation
Cross-platform GNU Bash configuration for the Bash/Shell environment.
- Host: GitHub
- URL: https://github.com/bebagodfried/bashrc
- Owner: bebagodfried
- License: mit
- Created: 2023-09-25T02:30:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T01:28:26.000Z (about 2 years ago)
- Last Synced: 2025-06-02T20:05:09.318Z (7 months ago)
- Topics: bash, bash-profile, bash-prompt, bash-scripting, bashrc, bashrc-configs, bashrc-enhance, bashrc-files, shell, shell-commands
- Language: Shell
- Homepage: https://bebagodfried.github.io/bashrc/
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Cross-platform GNU Bash configuration for the Bash/Shell environment.
```
💡 .bashrc is a script that bash shell executes whenever it starts a new interactive session.
```
---
### Get started with 'BASHRC - GNU/Linux'
This shell command \``bashrc`\` prupose to easy manage:
- `.bashrc` interactive session
- `$PATH` environement variables
- and more...

---
###
- Download the [bashrc GNU/Linux](https://github.com/bebagodfried/bashrc) from GitHub
- Uncompress the downloaded file
- Initialize `'bashrc'` command
```
$ cd /path/to/bashrc_folder
$ sudo chmod 755 *
$ ./bashrc
```
- All done. Now you can personalize your bash shell execution
#### `!!!` Try the `'path'` command for simply manage your `$PATH`
---
#### NAME
bashrc - command toolset for GNU bash shell execution
#### SYNOPSIS
bashrc [OPTION] [ARG]
#### DESCRIPTION
Manage GNU Bash Shell executes whenever it starts a new interactive session. With no OPTION, same as -h
---
-a, --alias define a simple aliases to commands
-i, --insert customizing the terminal session
-e, --export make exported shell variables ‘permanent’
-s, --show view the currently configured `.bashrc`
-r, --reload restart and load shell variables
-u, --undo restore the last shell backup
-o, --reset restore the internal shell script
-h, --help display this help and exit
--edit edit the currently configured `.bashrc`
#### AUTHOR
Written by Beba Godfried.
#### REPORTING BUGS
GitHub help: [https://github.com/bebagodfried/bashrc]