#unalias

Syntax: #unalias {<alias to remove>}

This command removes aliases. The name of the alias must be used as a parameter. You can remove multiple aliases by using wildcards in the parameter.

Example:

#unalias {cc}

Remove the "cc" alias.

#unalias {c*}

Remove all aliases start with "c".

See also: #alias