Docker stuff
What this line actually does
alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}"'
alias dps=...
You’re creating a new command called dps.
When you type , the shell will run whatever is inside the quotes.