.bashrc file it’s a configuration file for the Bash shell, containing commands and settings (like aliases, environment variables, or shell options) that are loaded when a Bash session starts, typically for interactive non-login shells. The rc (run command) indicates it’s a script for runtime customization of the shell environment.

Edit and run the bashrc

nano ~/.bashrc
source ~//bashrc

Often used with System Path and Alias