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
Bash is a Terminal Shell in Linux, and in my Linux distros the default shell.
The configuration file for the bash shell is .bashrc
alias dc='docker compose'
Then, source the bashrc with source ~/.bashrc