How do setup the aliases?

Dhiraj Lingayat:
how do setup the aliases ?

Apaar Sharma:
alias k=“kubectl” <=== this will be limited to the current tty. To make it load every time add the alias in the .bashrc file and do source .bashrc, so that alias is loaded.

Madhan Kumar:
you can just save your aliases in any file and just source it .