unalias
The proto unalias <tool> <alias>
(or proto ua
) command will remove a custom alias for the
provided tool.
$ proto unalias node work
By default this will update the local ./.prototools
file. Pass --from
to customize
the location.
Arguments
<tool>
- Type of tool.<alias>
- Name of the alias. Supports alphanumeric chars.
Options
--from
- Location of.prototools
to update. v0.41.0--global
(deprecated) - Remove from the global~/.proto/.prototools
instead of the local./.prototools
.