The unalias command is used to remove an alias (see alias). The format is unalias name
> unalias home
This will remove the alias called home.
See also the alias command.
Back to index