Add Alias In Linux

_*_ Open bashrc in your fav 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

Popular posts from this blog

Information gathering - Website Links 😈

How to switch between different java versions on Linux