.BASHRC File Extension
Bash Non-Interactive Login Shell File
Developer | The GNU Project |
Popularity |
4.0 | 11 Votes |
What is a BASHRC file?
More Information
BASHRC files are executed automatically when a user creates a new shell that is a non-interactive login shell. In other words, BASHRC files run for every Bash command that executes after the terminal has been created. This can be useful for initializing the same settings for embedded shell scripts.
BASHRC files differ from .BASH_PROFILE files, which execute for interactive login shells (when a user enters login credentials or opens a new terminal).
NOTE: BASHRC files are hidden and do not contain a filename prefix. They always have the filename .bashrc and are located in the user's home directory.
Programs that open or reference BASHRC files
Mac
Linux
Free