1 min read 42 words Updated Sep 24, 2026 Created Sep 24, 2026
#OS#linux

Bash is a Terminal Shell in Linux, and in my Linux distros the default shell.

The configuration file for the bash shell is .bashrc

Configuring .bashrc

Setting aliases

alias dc='docker compose'

Then, source the bashrc with source ~/.bashrc