BASH cheatsheet
It's basically stupid simple:
alias ["command"]=["origin"]
To unalias:
<source lang="bash" unalias ["command"] </source>
Why? I asked the question "how do I unalias a command" and well, yeah.
Enjoy!
It's basically stupid simple:
alias ["command"]=["origin"]
To unalias:
<source lang="bash" unalias ["command"] </source>
Why? I asked the question "how do I unalias a command" and well, yeah.
Enjoy!