Add Alias In Linux
_*_ Open bashrc in your fav Editor
vim ~/.bashrc
_*_ At the end of the file add
alias aliasname='commands'
and Save
_*_ Install the .bashrc
source ~/.bashrc
**For Help on Vim Commands Vim Editor
vim ~/.bashrc
┌─[root@parrot]─[~]
└──╼ $vim ~/.bashrc_*_ At the end of the file add
alias aliasname='commands'
and Save
_*_ Install the .bashrc
source ~/.bashrc
┌─[root@parrot]─[~]
└──╼ $source ~/.bashrc**For Help on Vim Commands Vim Editor