Bash Alias

alias


========
List of active alias'
========
alias


========
Create new alias
========

alias shortName="your custom command here"


To make it permanant, simply place the above line in your .bashrc file

============
override alias
============

\alias


======
remove alias
======
unalias alias_name$
unalias -a #remove all alias