alias
An alias definition provides a string value that shall replace a command name when it is encountered.

alias -p
-p Print all defined aliases in a reusable format.
alias a=’cmd’
alias a=’cmd1;cmd2’
These are examples of how to define an alias.
Edit the ~.bashrc file to define an alias permanently.