linux add alias

Shell
# syntax
# alias *<alias-name>="*<what-alias-represents>"

# example
alias ll="ls -lrt"
Source

Also in Shell: